Chore: change variable names and use classnames
This commit is contained in:
parent
f752bad447
commit
6760c39e29
4 changed files with 17 additions and 18 deletions
|
|
@ -170,12 +170,10 @@ const Header = memo(({ tree }) => {
|
|||
}}>
|
||||
<NotificationCenter
|
||||
popperRef={popperRef}
|
||||
notifButtonCoords={notifButtonCoords}
|
||||
buttonCoords={notifButtonCoords}
|
||||
close={onClickAway}
|
||||
hasUnreadProp={hasUnread}
|
||||
refetchHasUnreadHeader={refetch}
|
||||
setHeaderHasUnread={unread => {
|
||||
setHasUnread(unread)
|
||||
}}
|
||||
/>
|
||||
</Popper>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue