Skip to content

Commit

Permalink
logs to figure out root cause
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhoodie0823 committed Oct 26, 2023
1 parent 572840b commit 9bb5e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/Tokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ function Tokens({ isActive }: { isActive: boolean }) {
}, [dispatch.uiState]);

const handleSetTokensTabToJSON = React.useCallback(() => {
console.log('show tokens in json');
dispatch.uiState.setActiveTokensTab('json');
}, [dispatch.uiState]);

Expand Down

0 comments on commit 9bb5e2c

Please sign in to comment.