sforkowany z mirror/soapbox
rodzic
836ff09a3d
commit
c1618026a7
|
@ -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;
|
||||||
|
|
Ładowanie…
Reference in New Issue