Skip to content

Commit

Permalink
Reverting the previous dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
francovenica committed Nov 21, 2023
1 parent 40e5fc2 commit 7013c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tx-flow/flows/ExecuteBatch/ReviewBatch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export const ReviewBatch = ({ params }: { params: ExecuteBatchFlowProps }) => {
onClick={handleSubmit}
sx={{ minWidth: '114px' }}
>
{!isSubmittable ? <CircularProgress size={20} /> : 'Submitt'}
{!isSubmittable ? <CircularProgress size={20} /> : 'Submit'}
</Button>
)}
</CheckWallet>
Expand Down

0 comments on commit 7013c80

Please sign in to comment.