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