diff --git a/src/components/PostControls/PostMenu/PostMenuItems.tsx b/src/components/PostControls/PostMenu/PostMenuItems.tsx index 7ed925405a..b51f6cb7cb 100644 --- a/src/components/PostControls/PostMenu/PostMenuItems.tsx +++ b/src/components/PostControls/PostMenu/PostMenuItems.tsx @@ -494,6 +494,13 @@ let PostMenuItems = ({ void openLink(url) } + const onLabelReply = () => { + const url = `https://docs.google.com/forms/d/e/1FAIpQLScWa03XbS_knVbSjnc4DENACN5A2YvBZjtjrpI1XdDbK7d3Ow/viewform?entry.1843100496=${toShareUrl( + href, + )}` + void openLink(url) + } + const onSignIn = () => requireSignIn(() => {}) const onPressHideTranslation = () => clearTranslation() @@ -618,6 +625,15 @@ let PostMenuItems = ({