Skip to content

Commit

Permalink
Bug: remove arrow from avatar to popover
Browse files Browse the repository at this point in the history
  • Loading branch information
danbr committed Dec 3, 2021
1 parent 095fff0 commit e300bbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/core/components/Comment/Comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ const Comment = ({
user={user as AnyUser}
showInfo
notSet={false}
popperProps={{
showArrow: false,
placement: 'bottom',
}}
/>
</div>
<div className={styles.content}>
Expand Down

0 comments on commit e300bbf

Please sign in to comment.