Skip to content

Commit

Permalink
feat: fixed post avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavkeblysh committed Oct 11, 2023
1 parent bf882d6 commit 3c919ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/discussions/posts/post/PostHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ const PostHeader = ({
author, abuseFlagged, lastEdit, closed,
});

console.log(postUsers, '---------- postUsers');

return (
<div className={classNames('d-flex flex-fill mw-100', { 'mt-10px': hasAnyAlert && !preview })}>
<div className="flex-shrink-0">
Expand Down

0 comments on commit 3c919ed

Please sign in to comment.