refactor: set sidebarShow
to true
This commit is contained in:
parent
c115cf0171
commit
d94858241b
@ -1,7 +1,7 @@
|
|||||||
import { createStore } from 'redux'
|
import { createStore } from 'redux'
|
||||||
|
|
||||||
const initialState = {
|
const initialState = {
|
||||||
sidebarShow: false,
|
sidebarShow: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
const changeState = (state = initialState, { type, ...rest }) => {
|
const changeState = (state = initialState, { type, ...rest }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user