From e205b600a82275f19c67228a3bd3e59e31d16371 Mon Sep 17 00:00:00 2001 From: Franco Venica Date: Sun, 19 Nov 2023 23:04:26 -0300 Subject: [PATCH] Reverting the previous dummy change --- src/components/tx-flow/flows/ExecuteBatch/ReviewBatch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tx-flow/flows/ExecuteBatch/ReviewBatch.tsx b/src/components/tx-flow/flows/ExecuteBatch/ReviewBatch.tsx index 5aeca1b521..c95deb0b12 100644 --- a/src/components/tx-flow/flows/ExecuteBatch/ReviewBatch.tsx +++ b/src/components/tx-flow/flows/ExecuteBatch/ReviewBatch.tsx @@ -201,7 +201,7 @@ export const ReviewBatch = ({ params }: { params: ExecuteBatchFlowProps }) => { onClick={handleSubmit} sx={{ minWidth: '114px' }} > - {!isSubmittable ? : 'Submitt'} + {!isSubmittable ? : 'Submit'} )}