This commit is contained in:
2025-08-03 16:25:22 +09:00
parent 73ed1e2b2a
commit a042a24647
+4
View File
@@ -34,6 +34,10 @@ export default ({ title, body }: Props) => {
}) () }) ()
}, []) }, [])
useEffect (() => {
setRealBody ('')
}, [body])
useEffect (() => { useEffect (() => {
if (!(body)) if (!(body))
return return