Chore: change variable names and use classnames

This commit is contained in:
csrapr 2021-02-18 14:57:42 +00:00 committed by Josh Harvey
parent f752bad447
commit 6760c39e29
4 changed files with 17 additions and 18 deletions

View file

@ -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>