diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx index d8cb9c17b..881cf24d3 100644 --- a/app/scenes/Document/components/Document.tsx +++ b/app/scenes/Document/components/Document.tsx @@ -629,9 +629,11 @@ class DocumentScene extends React.Component { - {isShare && !parseDomain(window.location.origin).custom && ( - - )} + {isShare && + !parseDomain(window.location.origin).custom && + !auth.user && ( + + )} {!isShare && (