Skip to content

Commit

Permalink
Fix: 에러 메시지 수정 (#78)
Browse files Browse the repository at this point in the history
* Fix: 에러 메시지 수정

* Chore: 줄띄우기 제거
  • Loading branch information
Nangniya authored Feb 16, 2024
1 parent 90e0af8 commit ba14873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const Chat = () => {
const updatedMessage = {
chatId: Date.now(),
sender: ai,
content: event.data,
content: '에러가 발생했습니다. 다시 시도해주세요.',
createAt: formatFullDateToString(new Date()),
chatType: 'CHAT',
};
Expand Down

0 comments on commit ba14873

Please sign in to comment.