Joystream Stats před 1 rokem
rodič
revize
31faf3dbc1
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/state.ts

+ 2 - 2
src/state.ts

@@ -60,7 +60,7 @@ export const initialState = {
     searches: [],
     keysOfInterest: [],
     useSidebar: true,
-    showLog: true,
-    showNotes: true,
+    showLog: false,
+    showNotes: false,
   },
 };