mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix applyStoreTheme in Index file for Discover
This commit is contained in:
parent
5705198ae5
commit
7126d3fecf
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export default function DiscoverFeedsSettings(): JSX.Element {
|
|||
revalidate()
|
||||
}
|
||||
|
||||
applyStoredTheme(false)
|
||||
applyStoredTheme()
|
||||
|
||||
return (
|
||||
<SettingsTable
|
||||
|
|
|
|||
Loading…
Reference in a new issue