diff --git a/api/src/graphql/comments.sdl.ts b/api/src/graphql/comments.sdl.ts
index cb6f63acb..272a67092 100644
--- a/api/src/graphql/comments.sdl.ts
+++ b/api/src/graphql/comments.sdl.ts
@@ -9,7 +9,7 @@ export const schema = gql`
}
type Query {
- comments: [Comment!]! @requireAuth
+ comments: [Comment!]! @skipAuth
}
input CreateCommentInput {
diff --git a/web/src/components/CommentsCell/CommentsCell.test.tsx b/web/src/components/CommentsCell/CommentsCell.test.tsx
index 4532426ee..c44ac6858 100644
--- a/web/src/components/CommentsCell/CommentsCell.test.tsx
+++ b/web/src/components/CommentsCell/CommentsCell.test.tsx
@@ -19,6 +19,7 @@ describe('CommentsCell', () => {
it('renders Empty successfully', async () => {
expect(() => {
render(