diff --git a/frontend/app/components/profile/profile.tsx b/frontend/app/components/profile/profile.tsx
index c180b0bb..f39049d5 100644
--- a/frontend/app/components/profile/profile.tsx
+++ b/frontend/app/components/profile/profile.tsx
@@ -210,7 +210,7 @@ export function Profile() {
)}
- {isCommentsLoading && }
+ {comments === null && isCommentsLoading && }
{comments !== null && commentsJSX}
{isCurrent ? (