Skip to content

Commit

Permalink
Update chart
Browse files Browse the repository at this point in the history
  • Loading branch information
정규철 authored and 정규철 committed Jun 30, 2021
1 parent 19afbe2 commit ba7a0d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/modules/crypto/Detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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]);

Expand Down
1 change: 0 additions & 1 deletion src/modules/more/RegisterEthAddress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ const RegisterEthAddress: FunctionComponent<Props> = (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) => {
Expand Down

0 comments on commit ba7a0d7

Please sign in to comment.