From 592388d880358599664beb6c15a2d02871cc3607 Mon Sep 17 00:00:00 2001 From: shrpne Date: Tue, 12 Apr 2022 23:31:47 +0300 Subject: [PATCH] --amend --- composables/use-fee.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composables/use-fee.js b/composables/use-fee.js index ffe9f0a3..e6f53fd1 100644 --- a/composables/use-fee.js +++ b/composables/use-fee.js @@ -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() @@ -205,6 +204,7 @@ export default function useFee(/*{txParams, baseCoinAmount = 0, fallbackToCoinTo state.feeError += ' to pay fee'; } state.isLoading = false; + console.debug(error); }); } /** diff --git a/package.json b/package.json index 74ba3f48..67f7e992 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minter-console-web", - "version": "0.12.0", + "version": "0.12.1", "description": "Minter Console Website", "author": "shrpne ", "private": true,