Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deuch13 committed Feb 26, 2024
1 parent d4d72f1 commit 5a124af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-wallet/src/lib/stores/gasStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const { subscribe } = gasStore;
*/
const areValidSettings = (price, limit) => {
let isValidPrice = false;
let isValidLimit = false;
let isValidLimit = false;
let isValidGas = false;

if ([price, limit].every(isType("Number"))) {
Expand Down

0 comments on commit 5a124af

Please sign in to comment.