diff options
| author | Nate Sesti <sestinj@gmail.com> | 2023-06-25 15:14:56 -0700 | 
|---|---|---|
| committer | Nate Sesti <sestinj@gmail.com> | 2023-06-25 15:14:56 -0700 | 
| commit | 3338d05db9f5f21d8a9d440cb428f2c6a188b363 (patch) | |
| tree | 637ddfb304479e055409c6a494d7961d8da1e812 /extension/react-app/src/tabs | |
| parent | 2d37d2bd1ee8022aa4eb5db1285c50feced14771 (diff) | |
| download | sncontinue-3338d05db9f5f21d8a9d440cb428f2c6a188b363.tar.gz sncontinue-3338d05db9f5f21d8a9d440cb428f2c6a188b363.tar.bz2 sncontinue-3338d05db9f5f21d8a9d440cb428f2c6a188b363.zip | |
shipped function calling
Diffstat (limited to 'extension/react-app/src/tabs')
| -rw-r--r-- | extension/react-app/src/tabs/gui.tsx | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/extension/react-app/src/tabs/gui.tsx b/extension/react-app/src/tabs/gui.tsx index 5001fe4b..4886bfad 100644 --- a/extension/react-app/src/tabs/gui.tsx +++ b/extension/react-app/src/tabs/gui.tsx @@ -491,8 +491,6 @@ function GUI(props: GUIProps) {          <HeaderButtonWithText            onClick={() => {              client?.sendClear(); -            // Reload the window to get completely fresh session -            window.location.reload();            }}            text="Clear All"          > | 
