Skip to content

Commit bdaf91d

Browse files
committed
remove key
1 parent bce746f commit bdaf91d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import HubProvider from './contexts/hub';
4646

4747
import { INDEX_HTTPS, INDEX_WEBSOCKET } from './constants/config';
4848
import ScriptingProvider from './contexts/scripting/scripting';
49+
import { localStorageKeys } from './constants/localStorageKeys';
4950

5051
const httpLink = new HttpLink({
5152
uri: INDEX_HTTPS,
@@ -99,6 +100,9 @@ if (container === null) {
99100

100101
const root = createRoot(container);
101102

103+
// temp
104+
localStorage.removeItem(localStorageKeys.settings.adviserAudio);
105+
102106
function Providers({ children }: { children: React.ReactNode }) {
103107
return (
104108
<Provider store={store}>

0 commit comments

Comments
 (0)