Skip to content

Commit

Permalink
fixed input check delay
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Staykov committed Jul 11, 2022
1 parent f897b1d commit e8fb8f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export default class CudosBridgeComponent extends ContextPageComponent<Props, St
amountError,
estimatedGasFees: simulatedCost,
});
}, 200);
}, 500);

return;
}
Expand Down

0 comments on commit e8fb8f4

Please sign in to comment.