mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix typo on viewAll type
This commit is contained in:
parent
49969b6c42
commit
8ea5539512
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ function Subscriptions(props: LibraryFilterMenuProps): JSX.Element {
|
|||
|
||||
function Labels(props: LibraryFilterMenuProps): JSX.Element {
|
||||
const { labels } = useGetLabelsQuery()
|
||||
const [viewAll, setViewAll] = usePersistedState<boolean | undefined>({
|
||||
const [viewAll, setViewAll] = usePersistedState<boolean>({
|
||||
key: `--labels-view-all`,
|
||||
initialValue: false,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue