refactor: set sidebarShow to true

This commit is contained in:
Łukasz Holeczek 2021-08-01 19:22:52 +02:00
parent c115cf0171
commit d94858241b

View File

@ -1,7 +1,7 @@
import { createStore } from 'redux'
const initialState = {
sidebarShow: false,
sidebarShow: true,
}
const changeState = (state = initialState, { type, ...rest }) => {