pl-fe: don't trigger the compose modal several times in /share route

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-01-31 16:53:07 +01:00
parent aea442d559
commit 2a709fbc2d

View File

@ -21,7 +21,7 @@ const SharePage: React.FC = () => {
if (text) {
dispatch(openComposeWithText('compose-modal', text));
}
});
}, []);
return null;
};