mirror of
https://github.com/status-im/status-web.git
synced 2025-02-04 00:34:46 +00:00
fix(react): make config options optional
This commit is contained in:
parent
1d01e5959d
commit
f66fa8e231
@ -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