diff --git a/apps/portal/src/components/global/AppShell.tsx b/apps/portal/src/components/global/AppShell.tsx index b1191d45..1f1979da 100644 --- a/apps/portal/src/components/global/AppShell.tsx +++ b/apps/portal/src/components/global/AppShell.tsx @@ -194,7 +194,7 @@ export default function AppShell({ children }: Props) { Open sidebar -
- {comment.user.name ?? 'Reviewer ABC'} -
- -- {isCommentOwner ? '(Me)' : ''} -
- -+ {comment.user.name ?? 'Reviewer ABC'} +
+ {isCommentOwner && ( + + Me + + )} +- Please fill in at least one section to submit your review +
+ Please fill in at least one section to submit a review.