This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: use rkey to get to collection on feed activity status

+1 -3
+1 -3
src/webapp/features/feeds/components/feedActivityStatus/FeedActivityStatus.tsx
··· 3 3 import { 4 4 Anchor, 5 5 Avatar, 6 - Button, 7 6 Card, 8 7 Group, 9 8 Menu, 10 - Paper, 11 9 ScrollArea, 12 10 Stack, 13 11 Text, ··· 92 90 <Menu.Item 93 91 key={c.id} 94 92 component={Link} 95 - href={`/profile/${c.author.handle}/collections/${c.id}`} 93 + href={`/profile/${c.author.handle}/collections/${getRecordKey(c.uri!)}`} 96 94 target="_blank" 97 95 c="blue" 98 96 fw={600}