renamed page to savedfeeds

This commit is contained in:
Ansh Nanda 2023-05-14 18:37:18 -07:00
parent 6105314f15
commit 61ea37ff81
4 changed files with 6 additions and 8 deletions

View file

@ -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,