diff --git a/components/Pages/PublicationMetadata.tsx b/components/Pages/PublicationMetadata.tsx index 70f5f121..db1b7a40 100644 --- a/components/Pages/PublicationMetadata.tsx +++ b/components/Pages/PublicationMetadata.tsx @@ -118,18 +118,18 @@ export const PublicationMetadata = () => { {tags && ( <> - {pubRecord?.preferences?.showMentions || - pubRecord?.preferences?.showComments ? ( + {pubRecord?.preferences?.showMentions !== false || + pubRecord?.preferences?.showComments !== false ? ( ) : null} )} - {pubRecord?.preferences?.showMentions && ( + {pubRecord?.preferences?.showMentions !== false && (
—
)} - {pubRecord?.preferences?.showComments && ( + {pubRecord?.preferences?.showComments !== false && (
—