Skip to content
This repository was archived by the owner on Dec 28, 2022. It is now read-only.

Commit bd2a49f

Browse files
committed
Fix do feedback
1 parent b25dc1e commit bd2a49f

File tree

1 file changed

+1
-1
lines changed
  • front-end/src/screens/Student/Feedback/Feedback/DoFeedback

1 file changed

+1
-1
lines changed

front-end/src/screens/Student/Feedback/Feedback/DoFeedback/DoFeedback.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const DoFeedback = () => {
9595
teacher_id : scheduleInformation.teacher.id,
9696
module_id : scheduleInformation.module.id,
9797
session_id : id,
98-
comment: data.comment.trim(),
98+
comment: data.comment?.trim(),
9999
answer_id: listanswer,
100100
};
101101
console.log(body);

0 commit comments

Comments
 (0)