diff options
Diffstat (limited to 'src/webex')
-rw-r--r-- | src/webex/pages/popup.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webex/pages/popup.tsx b/src/webex/pages/popup.tsx index 2224a662f..968e99464 100644 --- a/src/webex/pages/popup.tsx +++ b/src/webex/pages/popup.tsx @@ -522,6 +522,9 @@ function WalletDebug(props: any) { <button onClick={openExtensionPage("/src/webex/pages/popup.html")}> wallet tab </button> + <button onClick={openExtensionPage("/src/webex/pages/benchmark.html")}> + benchmark + </button> <button onClick={openExtensionPage("/src/webex/pages/show-db.html")}> show db </button> |