diff --git a/web/components/feed/feed-comments.tsx b/web/components/feed/feed-comments.tsx
index 6b8c7e21..f27bf999 100644
--- a/web/components/feed/feed-comments.tsx
+++ b/web/components/feed/feed-comments.tsx
@@ -23,6 +23,7 @@ import { SiteLink } from 'web/components/site-link'
import { BetStatusText } from 'web/components/feed/feed-bets'
import { Col } from 'web/components/layout/col'
import { getOutcomeProbability } from 'common/calculate'
+import { LoadingIndicator } from 'web/components/loading-indicator'
export function FeedCommentThread(props: {
contract: Contract
@@ -372,14 +373,13 @@ export function CommentInput(props: {
Sign in to Comment
)}
- {user && (
+ {user && !isSubmitting && (
)}
+ {isSubmitting && (
+