@ -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;
|
||||
|
||||
Reference in New Issue
Block a user