This commit is contained in:
@@ -34,6 +34,10 @@ export default ({ title, body }: Props) => {
|
|||||||
}) ()
|
}) ()
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
|
useEffect (() => {
|
||||||
|
setRealBody ('')
|
||||||
|
}, [body])
|
||||||
|
|
||||||
useEffect (() => {
|
useEffect (() => {
|
||||||
if (!(body))
|
if (!(body))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user