1
0
Fork 0

Remove this console.log

This commit is contained in:
Lim Chee Aun 2022-12-13 00:23:47 +08:00
parent de5c33a568
commit 74ef381a9c

View file

@ -71,7 +71,6 @@ export default ({ onClose, replyToStatus, editStatus }) => {
}, []);
useEffect(() => {
console.log({ editStatus });
if (editStatus) {
const { visibility, sensitive, mediaAttachments } = editStatus;
setUIState('loading');