Skip to content

Commit

Permalink
feat: add "Transaction is executed" to stepper
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Jul 31, 2023
1 parent dac1fea commit 3439eda
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/tx-flow/flows/SuccessScreen/StatusStepper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ const StatusStepper = ({ status, txHash }: { status: PendingStatus; txHash?: str
</Typography>
</StatusStep>
</Step>
<Step>
<StatusStep isLoading={!isSuccess} safeAddress={safeAddress}>
<Typography variant="body2" fontWeight="700">
Transaction is executed
</Typography>
</StatusStep>
</Step>
</Stepper>
)
}
Expand Down

0 comments on commit 3439eda

Please sign in to comment.