Skip to content

Commit

Permalink
Update Sui.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Jul 19, 2024
1 parent 58b8d44 commit 6f7a0ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/component/chains/Sui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,12 @@ export const Sui = () => {
},
}),
});
setTitle('Done');
} catch (e: any) {
enqueueSnackbar(e.message, {
variant: 'error',
});
setDisabled(false);
} finally {
setTitle('Done');
}
}
};
Expand Down

0 comments on commit 6f7a0ca

Please sign in to comment.