diff --git a/src/components/Chat.tsx b/src/components/Chat.tsx index 14fea2f..3598689 100644 --- a/src/components/Chat.tsx +++ b/src/components/Chat.tsx @@ -48,6 +48,9 @@ export default function Chat() { async (text) => { if (text.includes("Success")) { await showAlert("送信しました。"); + setBody(""); + } else { + await showAlert("送信するときになんらかの問題が発生しました。" + text); } } )