Skip to content

Commit

Permalink
chore: declare numbers without a separator
Browse files Browse the repository at this point in the history
  • Loading branch information
adhorodyski committed Sep 20, 2023
1 parent f901067 commit dd3d3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/EnablePayments/OnfidoStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function OnfidoStep({walletOnfidoData}) {
}, []);

const reportError = useCallback(() => {
Growl.error(translate('onfidoStep.genericError'), 10_000);
Growl.error(translate('onfidoStep.genericError'), 10000);
}, [translate]);

const verifyIdentity = useCallback((data) => {
Expand Down

0 comments on commit dd3d3d5

Please sign in to comment.