Skip to content

Commit

Permalink
Merge pull request #164 from Staketab/dev
Browse files Browse the repository at this point in the history
change Received to Reserved
  • Loading branch information
VitalikKarpuk authored Jul 16, 2024
2 parents 5f5c8bc + fff6f15 commit 7353389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/atoms/timeline/timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const Timeline: FC<TimelineProps> = ({
if (status === "pending") {
return [
...acc,
{ statusTime, status: "Received" },
{ statusTime, status: "Reserved" },
isLastItem && {
pendingComponent: getPendingComponent("Creating block.."),
},
Expand Down

0 comments on commit 7353389

Please sign in to comment.