diff --git a/web/components/feed/feed-items.tsx b/web/components/feed/feed-items.tsx index c447f666..8d09b677 100644 --- a/web/components/feed/feed-items.tsx +++ b/web/components/feed/feed-items.tsx @@ -385,6 +385,7 @@ export function FeedBet(props: { async function submitComment() { if (!user || !comment || !canComment) return await createComment(contract.id, comment, user, id) + setComment('') } const bought = amount >= 0 ? 'bought' : 'sold'