mirror of
https://github.com/status-im/status-media.git
synced 2025-02-23 08:38:22 +00:00
show grid by default
This commit is contained in:
parent
2ac8d477d4
commit
0ef87136c9
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user