diff --git a/web/components/feed/feed-items.tsx b/web/components/feed/feed-items.tsx index d7ba0aa6..be9a9e21 100644 --- a/web/components/feed/feed-items.tsx +++ b/web/components/feed/feed-items.tsx @@ -470,7 +470,7 @@ export function FeedQuestion(props: { href={contractPath(contract)} className="relative top-4 self-end text-sm sm:self-start" > -
See more...
+
See more...
)} @@ -682,11 +682,11 @@ function FeedAnswerGroup(props: { items: ActivityItem[] }) { const { answer, items } = props - const { username, avatarUrl, userId, name, text } = answer + const { username, avatarUrl, name, text } = answer return ( - +
@@ -696,7 +696,9 @@ function FeedAnswerGroup(props: {
answered
- + + +