Skip to content
Snippets Groups Projects
Commit 61206b2b authored by xaralis's avatar xaralis
Browse files

fix: bad merge

parent bb8df370
No related branches found
No related tags found
No related merge requests found
...@@ -13,10 +13,7 @@ const AddAnnouncementForm = ({ className }) => { ...@@ -13,10 +13,7 @@ const AddAnnouncementForm = ({ className }) => {
const onAdd = (evt) => { const onAdd = (evt) => {
if (!!text) { if (!!text) {
addAnnouncement.run({ content: text }); addAnnouncement.run({ content: text });
<<<<<<< HEAD
setText(""); setText("");
=======
>>>>>>> 553808a17622e42407bd4764fc036b589518a072
} }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment