From 2375ca5ff9b054d5128d5e4fc8507f925b25aebf Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 25 Jul 2023 17:30:12 -0700 Subject: updating ui to match config-py branch --- extension/react-app/src/pages/gui.tsx | 43 ++++++++++------------------------- 1 file changed, 12 insertions(+), 31 deletions(-) (limited to 'extension/react-app/src/pages/gui.tsx') diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx index 49f41dcf..70031d40 100644 --- a/extension/react-app/src/pages/gui.tsx +++ b/extension/react-app/src/pages/gui.tsx @@ -64,6 +64,9 @@ function GUI(props: GUIProps) { const vscMachineId = useSelector( (state: RootStore) => state.config.vscMachineId ); + const vscMediaUrl = useSelector( + (state: RootStore) => state.config.vscMediaUrl + ); const [dataSwitchChecked, setDataSwitchChecked] = useState(false); const dataSwitchOn = useSelector( (state: RootStore) => state.config.dataSwitchOn @@ -395,37 +398,15 @@ function GUI(props: GUIProps) {