renamed page to savedfeeds
This commit is contained in:
parent
6105314f15
commit
61ea37ff81
4 changed files with 6 additions and 8 deletions
|
@ -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,
|
Loading…
Add table
Add a link
Reference in a new issue