about summary refs log tree commit diff
path: root/src/view/screens/CustomFeed.tsx
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-16 15:50:52 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-16 15:50:52 -0700
commitf2e39d8ad24041637810327ca28ad78f9f36bf2f (patch)
tree99065f00bc87f77b7da4d62a8ccf168f6d65aa36 /src/view/screens/CustomFeed.tsx
parentdd788550bed888259a59b01b69ac5b05893db3a5 (diff)
downloadvoidsky-f2e39d8ad24041637810327ca28ad78f9f36bf2f.tar.zst
allow for pinning saved feeds
Diffstat (limited to 'src/view/screens/CustomFeed.tsx')
-rw-r--r--src/view/screens/CustomFeed.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/CustomFeed.tsx b/src/view/screens/CustomFeed.tsx
index 05c8d38f1..97dd1cf81 100644
--- a/src/view/screens/CustomFeed.tsx
+++ b/src/view/screens/CustomFeed.tsx
@@ -19,7 +19,7 @@ import {Text} from 'view/com/util/text/Text'
 
 type Props = NativeStackScreenProps<CommonNavigatorParams, 'CustomFeed'>
 export const CustomFeed = withAuthRequired(
-  observer(({route, navigation}: Props) => {
+  observer(({route}: Props) => {
     const rootStore = useStores()
     const {rkey, name} = route.params
     const currentFeed = useCustomFeed(rkey)