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:
@ -21,7 +21,7 @@ const SharePage: React.FC = () => {
|
||||
if (text) {
|
||||
dispatch(openComposeWithText('compose-modal', text));
|
||||
}
|
||||
});
|
||||
}, []);
|
||||
|
||||
return null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user