diff --git a/src/views/preview/presentation.jsx b/src/views/preview/presentation.jsx index 1b8b69bb9..74416cd6a 100644 --- a/src/views/preview/presentation.jsx +++ b/src/views/preview/presentation.jsx @@ -44,12 +44,13 @@ const onKeyPress = e => { const PreviewPresentation = ({ assetHost, - backpackOptions, + backpackHost, canAddToStudio, canDeleteComments, canReport, canRestoreComments, canShare, + canUseBackpack, cloudHost, comments, editable, @@ -173,7 +174,8 @@ const PreviewPresentation = ({ { canReport: isLoggedIn && !userOwnsProject, canSave: isLoggedIn && userOwnsProject, canShare: userOwnsProject && state.permissions.social, + canUseBackpack: isLoggedIn, comments: state.preview.comments, enableCommunity: projectInfoPresent, faved: state.preview.faved,