Skip to content

Commit

Permalink
fix(wallet-dashboard): linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cpl121 committed Nov 26, 2024
1 parent 2c095ae commit bf93165
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ function SendTokenDialogBody({
activeAddress,
formData.to,
formData.formattedAmount,
selectedCoin?.totalBalance === formData.formattedAmount && selectedCoin.coinType === IOTA_TYPE_ARG,
selectedCoin?.totalBalance === formData.formattedAmount &&
selectedCoin.coinType === IOTA_TYPE_ARG,
);

function handleTransfer() {
Expand Down

0 comments on commit bf93165

Please sign in to comment.