From 2ea3e4d484a9ccdb8aab8a70105b3b4a2ad877f2 Mon Sep 17 00:00:00 2001 From: Dergelyova <88082907+Dergelyova@users.noreply.github.com> Date: Thu, 18 Aug 2022 18:33:15 +0300 Subject: [PATCH] fix: user role is now transfered to creation buttons component (#776) --- src/views/postCreation/PostCreation.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/postCreation/PostCreation.tsx b/src/views/postCreation/PostCreation.tsx index 40009cb34..da1757a81 100644 --- a/src/views/postCreation/PostCreation.tsx +++ b/src/views/postCreation/PostCreation.tsx @@ -509,6 +509,7 @@ export const PostCreation: React.FC = ({ onPreviewClick={() => { setPreviewing(!previewing); }} + isAdmin={isAdmin} previewing={previewing} />