Skip to content

Commit

Permalink
fix: user role is now transfered to creation buttons component (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dergelyova authored Aug 18, 2022
1 parent 474d9e5 commit 2ea3e4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/postCreation/PostCreation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ export const PostCreation: React.FC<IPostCreationProps> = ({
onPreviewClick={() => {
setPreviewing(!previewing);
}}
isAdmin={isAdmin}
previewing={previewing}
/>
</>
Expand Down

0 comments on commit 2ea3e4d

Please sign in to comment.