Skip to content

Commit d948582

Browse files
committed
refactor: set sidebarShow to true
1 parent c115cf0 commit d948582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createStore } from 'redux'
22

33
const initialState = {
4-
sidebarShow: false,
4+
sidebarShow: true,
55
}
66

77
const changeState = (state = initialState, { type, ...rest }) => {

0 commit comments

Comments
 (0)