diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-25 12:12:11 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-25 12:12:11 -0700 |
commit | f97dfba3f6b2fe14797dfec79867df2aeef28800 (patch) | |
tree | 3858c98d418e8ec86ddde13fba16fd6c5a5e7a65 /extension/react-app | |
parent | bb5fc9624a940fe499f4748ca6df7d91e06edac4 (diff) | |
download | sncontinue-f97dfba3f6b2fe14797dfec79867df2aeef28800.tar.gz sncontinue-f97dfba3f6b2fe14797dfec79867df2aeef28800.tar.bz2 sncontinue-f97dfba3f6b2fe14797dfec79867df2aeef28800.zip |
tweaks
Diffstat (limited to 'extension/react-app')
-rw-r--r-- | extension/react-app/src/tabs/gui.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/tabs/gui.tsx b/extension/react-app/src/tabs/gui.tsx index 24529967..d6131174 100644 --- a/extension/react-app/src/tabs/gui.tsx +++ b/extension/react-app/src/tabs/gui.tsx @@ -388,7 +388,7 @@ function GUI(props: GUIProps) { /> ); })} - {/* {waitingForSteps && <Loader></Loader>} */} + {waitingForSteps && <Loader></Loader>} <div> {userInputQueue.map((input) => { |