From 9bb5e2caff6a1135aee5bea79a6e1a555f5edba0 Mon Sep 17 00:00:00 2001 From: hiroshi Date: Thu, 26 Oct 2023 12:54:38 -0400 Subject: [PATCH] logs to figure out root cause --- src/app/components/Tokens.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/Tokens.tsx b/src/app/components/Tokens.tsx index da097853d..7696e0b0f 100644 --- a/src/app/components/Tokens.tsx +++ b/src/app/components/Tokens.tsx @@ -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]);