We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sidebarShow
true
1 parent c115cf0 commit d948582Copy full SHA for d948582
src/store.js
@@ -1,7 +1,7 @@
1
import { createStore } from 'redux'
2
3
const initialState = {
4
- sidebarShow: false,
+ sidebarShow: true,
5
}
6
7
const changeState = (state = initialState, { type, ...rest }) => {
0 commit comments