diff --git a/src/modules/crypto/Detail.tsx b/src/modules/crypto/Detail.tsx index 63d0f676f..b80b4d304 100644 --- a/src/modules/crypto/Detail.tsx +++ b/src/modules/crypto/Detail.tsx @@ -150,6 +150,8 @@ const Detail: React.FC = () => { } else if (state.loading === false) { setChartLoading(false); } + } else { + setChartLoading(false); } }, [filterDay, state.transactions.length, state.loading, setChartLoading]); diff --git a/src/modules/more/RegisterEthAddress.tsx b/src/modules/more/RegisterEthAddress.tsx index 765409f9f..cb75f2825 100644 --- a/src/modules/more/RegisterEthAddress.tsx +++ b/src/modules/more/RegisterEthAddress.tsx @@ -167,7 +167,6 @@ const RegisterEthAddress: FunctionComponent = (props: Props) => { const openExternalWallet = (type: string, requestId: string) => { if (type === 'metamask') { - console.log(requestId); Linking.openURL( `https://metamask.app.link/dapp/${DAPP_URL}/ethAddress/${requestId}`, ).catch((_e) => {