Handle download link
This commit is contained in:
@@ -104,8 +104,6 @@ export function ViewMatches({
|
|||||||
match => !state.dismissedMatches.includes(match.profile.did),
|
match => !state.dismissedMatches.includes(match.profile.did),
|
||||||
)
|
)
|
||||||
|
|
||||||
console.log(matches)
|
|
||||||
|
|
||||||
const followableDids = matches.map(match => match.profile.did)
|
const followableDids = matches.map(match => match.profile.did)
|
||||||
const [didFollowAll, setDidFollowAll] = useState(followableDids.length === 0)
|
const [didFollowAll, setDidFollowAll] = useState(followableDids.length === 0)
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ type AllNavigatableRoutes = Omit<
|
|||||||
>
|
>
|
||||||
|
|
||||||
export const router = new Router<AllNavigatableRoutes>({
|
export const router = new Router<AllNavigatableRoutes>({
|
||||||
Home: '/',
|
Home: ['/', '/download'],
|
||||||
Search: '/search',
|
Search: '/search',
|
||||||
Feeds: '/feeds',
|
Feeds: '/feeds',
|
||||||
Notifications: '/notifications',
|
Notifications: '/notifications',
|
||||||
|
|||||||
Reference in New Issue
Block a user