From fff6f15772fd589adcf9b290650066a6eef413d8 Mon Sep 17 00:00:00 2001 From: Vitali Karpuk Date: Tue, 16 Jul 2024 13:32:18 +0300 Subject: [PATCH] change Received to Reserved --- ui/components/atoms/timeline/timeline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/atoms/timeline/timeline.tsx b/ui/components/atoms/timeline/timeline.tsx index 2f1d4ff..f78bdd1 100644 --- a/ui/components/atoms/timeline/timeline.tsx +++ b/ui/components/atoms/timeline/timeline.tsx @@ -99,7 +99,7 @@ const Timeline: FC = ({ if (status === "pending") { return [ ...acc, - { statusTime, status: "Received" }, + { statusTime, status: "Reserved" }, isLastItem && { pendingComponent: getPendingComponent("Creating block.."), },