Fix share route
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
836ff09a3d
commit
c1618026a7
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ const Share = () => {
|
||||||
.join('\n\n');
|
.join('\n\n');
|
||||||
|
|
||||||
if (text) {
|
if (text) {
|
||||||
dispatch(openComposeWithText(text));
|
dispatch(openComposeWithText('compose-modal', text));
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
@ -27,4 +27,4 @@ const Share = () => {
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Share;
|
export default Share;
|
||||||
|
|
Loading…
Reference in a new issue