mirror of
https://github.com/status-im/status-web.git
synced 2025-01-12 13:44:39 +00:00
fix(react): make config options optional
This commit is contained in:
parent
0ccea4b559
commit
a52475dc1d
@ -18,7 +18,7 @@ export interface Config {
|
||||
theme?: 'light' | 'dark' | CustomTheme
|
||||
router?: typeof BrowserRouter | typeof MemoryRouter | typeof HashRouter
|
||||
options?: {
|
||||
enableSidebar: boolean
|
||||
enableMembers: boolean
|
||||
enableSidebar?: boolean
|
||||
enableMembers?: boolean
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user