Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Apr 12, 2024
1 parent f04f589 commit 6bd91d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const useAutoFeeCurrencySelectionOnInit = (
// Try until 500ms to avoid the confusion to user.
const timeoutId = setTimeout(() => {
skip = true;
}, 500);
}, 2000);

const disposer = autorun(() => {
if (
Expand Down

0 comments on commit 6bd91d9

Please sign in to comment.