Add hasPinnedCustomFeedOrList to usePinnedFeedsInfos hook

This commit is contained in:
Cooper Edmunds 2023-11-29 14:23:19 -05:00
parent 9fb2c29c67
commit ed391c346d
4 changed files with 12 additions and 5 deletions

View file

@ -11,7 +11,7 @@ import {usePinnedFeedsInfos} from '#/state/queries/feed'
export function DesktopFeeds() {
const pal = usePalette('default')
const {_} = useLingui()
const feeds = usePinnedFeedsInfos()
const {feeds} = usePinnedFeedsInfos()
const route = useNavigationState(state => {
if (!state) {