diff --git a/src/Components/Shifting/CommentsSection.tsx b/src/Components/Shifting/CommentsSection.tsx index 767ab402265..29f0e96beb3 100644 --- a/src/Components/Shifting/CommentsSection.tsx +++ b/src/Components/Shifting/CommentsSection.tsx @@ -52,7 +52,7 @@ const CommentSection = (props: CommentSectionProps) => { className="mt-4 rounded-lg border border-gray-500 p-4 focus:ring-primary-500" onChange={(e) => setCommentBox(e.target.value)} /> -