about summary refs log tree commit diff
path: root/src/view/com/feeds/CustomFeed.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-17 22:12:14 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-17 22:12:14 -0500
commita2c89b47a135d83057b34d0b0b7a1fa7551e0ad2 (patch)
tree672266ccf713b38ec050aa42d50ff497c5245a04 /src/view/com/feeds/CustomFeed.tsx
parent998879d6d60b59e65250af395fd6ce389c89189b (diff)
downloadvoidsky-a2c89b47a135d83057b34d0b0b7a1fa7551e0ad2.tar.zst
Add custom feed liked by screen
Diffstat (limited to 'src/view/com/feeds/CustomFeed.tsx')
-rw-r--r--src/view/com/feeds/CustomFeed.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/feeds/CustomFeed.tsx b/src/view/com/feeds/CustomFeed.tsx
index 5201ca848..911c33da4 100644
--- a/src/view/com/feeds/CustomFeed.tsx
+++ b/src/view/com/feeds/CustomFeed.tsx
@@ -61,7 +61,7 @@ export const CustomFeed = observer(
         accessibilityRole="button"
         style={[styles.container, pal.border, style]}
         onPress={() => {
-          navigation.navigate('ProfileCustomFeed', {
+          navigation.navigate('CustomFeed', {
             name: item.data.creator.did,
             rkey: new AtUri(item.data.uri).rkey,
           })