diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-15 17:59:36 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-15 17:59:36 -0700 |
commit | c4a666c2210c2e9c14812ddc5a0f797dd538014c (patch) | |
tree | 84514dde919368b88d7adccde08712c85f6ff53f /src/lib/routes/types.ts | |
parent | 6249bb16cad1dbcf1930282e564595817735932f (diff) | |
download | voidsky-c4a666c2210c2e9c14812ddc5a0f797dd538014c.tar.zst |
new design for custom feed preview
Diffstat (limited to 'src/lib/routes/types.ts')
-rw-r--r-- | src/lib/routes/types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index 29fadd709..77ed58cc3 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -21,7 +21,7 @@ export type CommonNavigatorParams = { CopyrightPolicy: undefined AppPasswords: undefined SavedFeeds: undefined - CustomFeed: {name: string; rkey: string} + CustomFeed: {name?: string; rkey: string} MutedAccounts: undefined BlockedAccounts: undefined } |