show grid by default

This commit is contained in:
jinhojang6 2020-01-29 01:16:53 +09:00
parent 2ac8d477d4
commit 0ef87136c9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const initialState = {
theme: localStorage.getItem('theme') || 'light',
display: localStorage.getItem('display') || 'category'
display: localStorage.getItem('display') || 'grid'
}
const themeReducer = (state = initialState, action) => {