diff --git a/src/views/preview/presentation.jsx b/src/views/preview/presentation.jsx index a0dcb4a5c..e1e4433d0 100644 --- a/src/views/preview/presentation.jsx +++ b/src/views/preview/presentation.jsx @@ -57,6 +57,7 @@ const PreviewPresentation = ({ canRestoreComments, canSave, canShare, + canToggleComments, canUseBackpack, cloudHost, comments, @@ -113,7 +114,6 @@ const PreviewPresentation = ({ showAdminPanel, showModInfo, singleCommentId, - userOwnsProject, visibilityInfo }) => { const shareDate = ((projectInfo.history && projectInfo.history.shared)) ? projectInfo.history.shared : ''; @@ -480,7 +480,7 @@ const PreviewPresentation = ({