diff options
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) => { | 
