Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Apr 12, 2022
1 parent 5790c2a commit 592388d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composables/use-fee.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export default function useFee(/*{txParams, baseCoinAmount = 0, fallbackToCoinTo
state.isLoading = false;
})
.catch((error) => {
console.log(error);
if (
primaryCoinToCheck !== getPrimaryCoinToCheck()
|| secondaryCoinToCheck !== getSecondaryCoinToCheck()
Expand All @@ -205,6 +204,7 @@ export default function useFee(/*{txParams, baseCoinAmount = 0, fallbackToCoinTo
state.feeError += ' to pay fee';
}
state.isLoading = false;
console.debug(error);
});
}
/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minter-console-web",
"version": "0.12.0",
"version": "0.12.1",
"description": "Minter Console Website",
"author": "shrpne <[email protected]>",
"private": true,
Expand Down

0 comments on commit 592388d

Please sign in to comment.