fix routing on web

This commit is contained in:
Ansh Nanda 2023-05-16 19:04:47 -07:00
parent ff3cc3b84d
commit 59c1b545fa
5 changed files with 90 additions and 70 deletions

View file

@ -22,7 +22,7 @@ export type CommonNavigatorParams = {
AppPasswords: undefined
SavedFeeds: undefined
PinnedFeeds: undefined
CustomFeed: {name?: string; rkey: string}
CustomFeed: {name: string; rkey: string; displayName?: string}
MutedAccounts: undefined
BlockedAccounts: undefined
}