From 7b514344fa9daff38e9e479131822509998ee4cb Mon Sep 17 00:00:00 2001 From: Paul Kaplan Date: Wed, 17 Oct 2018 13:16:41 -0400 Subject: [PATCH] Allow admins access to comment delete --- src/views/preview/presentation.jsx | 4 +++- src/views/preview/preview.jsx | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/preview/presentation.jsx b/src/views/preview/presentation.jsx index b6a3c0f94..b6cb77917 100644 --- a/src/views/preview/presentation.jsx +++ b/src/views/preview/presentation.jsx @@ -45,6 +45,7 @@ const PreviewPresentation = ({ assetHost, backpackOptions, canAddToStudio, + canDeleteComments, canReport, canRestoreComments, comments, @@ -364,7 +365,7 @@ const PreviewPresentation = ({ {comments.map(comment => (