about summary refs log tree commit diff
path: root/src/view
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-14 18:37:18 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-14 18:37:18 -0700
commit61ea37ff818ca64cec8e10b3a423ecd22dcf0141 (patch)
tree284040cd34558efd715433a40c42be94699d27da /src/view
parent6105314f15448a965ef93044c58ab50ff6616bb4 (diff)
downloadvoidsky-61ea37ff818ca64cec8e10b3a423ecd22dcf0141.tar.zst
renamed page to savedfeeds
Diffstat (limited to 'src/view')
-rw-r--r--src/view/screens/SavedFeeds.tsx (renamed from src/view/screens/CustomAlgorithms.tsx)6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/view/screens/CustomAlgorithms.tsx b/src/view/screens/SavedFeeds.tsx
index b838660df..7b04a6474 100644
--- a/src/view/screens/CustomAlgorithms.tsx
+++ b/src/view/screens/SavedFeeds.tsx
@@ -22,9 +22,9 @@ import {Text} from 'view/com/util/text/Text'
 import {isDesktopWeb} from 'platform/detection'
 import {s} from 'lib/styles'
 
-type Props = NativeStackScreenProps<CommonNavigatorParams, 'CustomAlgorithms'>
+type Props = NativeStackScreenProps<CommonNavigatorParams, 'SavedFeeds'>
 
-const CustomAlgorithms = withAuthRequired(
+export const SavedFeeds = withAuthRequired(
   observer(({}: Props) => {
     const pal = usePalette('default')
     const rootStore = useStores()
@@ -89,8 +89,6 @@ const CustomAlgorithms = withAuthRequired(
   }),
 )
 
-export default CustomAlgorithms
-
 const styles = StyleSheet.create({
   footer: {
     paddingVertical: 20,