Merge branch 'share-route' into 'develop'

Fix share route

Closes #1110

See merge request soapbox-pub/soapbox!1799
nuke-scss
marcin mikołajczak 2022-09-23 21:38:14 +00:00
commit e29527949d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ const Share = () => {
.join('\n\n');
if (text) {
dispatch(openComposeWithText(text));
dispatch(openComposeWithText('compose-modal', text));
}
return (
@ -27,4 +27,4 @@ const Share = () => {
);
};
export default Share;
export default Share;