Skip to content

Commit

Permalink
fix: use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
esaminu committed Mar 23, 2022
1 parent 9b1514c commit 8e7692e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/redux/actions/staking.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ export const getValidatorFarmData = (validator, accountId) => async (dispatch, g
account_id: accountId,
farm_id,
})
.catch(() => "0")
.catch(() => '0')
.then((balance) => ({
token_id,
balance,
Expand Down

0 comments on commit 8e7692e

Please sign in to comment.