diff --git a/app/views/ShareView/index.tsx b/app/views/ShareView/index.tsx index 6297f56d9..f099b8c2d 100644 --- a/app/views/ShareView/index.tsx +++ b/app/views/ShareView/index.tsx @@ -127,11 +127,13 @@ class ShareView extends Component { headerRight = () => { const { theme } = this.props; - return ( - - - - ); + if (!this.isShareExtension) + return ( + + + + ); + return null; }; setHeader = () => {