Jelajahi Sumber

hide notes, debug

Joystream Stats 1 tahun lalu
induk
melakukan
31faf3dbc1
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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,
   },
 };