Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: clean up
Browse files Browse the repository at this point in the history
impelcrypto committed Nov 9, 2023
1 parent 30baf1b commit 923a69e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/bridge/ethereum/L1Bridge.vue
Original file line number Diff line number Diff line change
@@ -277,8 +277,6 @@ export default defineComponent({
if (newVal === true) {
props.setIsApproving(false);
store.commit('general/setLoading', false, { root: true });
// Memo: run bridge function after approved
// await bridge();
}
}
);

0 comments on commit 923a69e

Please sign in to comment.