diff --git a/apps/portal/src/components/resumes/comments/CommentsForm.tsx b/apps/portal/src/components/resumes/comments/CommentsForm.tsx
index da8f7c59..98ff8d82 100644
--- a/apps/portal/src/components/resumes/comments/CommentsForm.tsx
+++ b/apps/portal/src/components/resumes/comments/CommentsForm.tsx
@@ -65,8 +65,11 @@ export default function CommentsForm({
};
return (
- <>
+
Add your review
+
+ Please fill in at least one section to submit your review
+
);
}
diff --git a/apps/portal/src/components/resumes/comments/CommentsList.tsx b/apps/portal/src/components/resumes/comments/CommentsList.tsx
index 924a5011..0b1d2d35 100644
--- a/apps/portal/src/components/resumes/comments/CommentsList.tsx
+++ b/apps/portal/src/components/resumes/comments/CommentsList.tsx
@@ -1,8 +1,9 @@
import { useState } from 'react';
-import { Button, Tabs } from '@tih/ui';
+import { Tabs } from '@tih/ui';
import { trpc } from '~/utils/trpc';
+import CommentsListButton from './CommentsListButton';
import { COMMENTS_SECTIONS } from './constants';
type CommentsListProps = Readonly<{
@@ -23,13 +24,8 @@ export default function CommentsList({
/* eslint-enable no-console */
return (
- <>
-