feat: no user -> no team
This commit is contained in:
parent
03ed843679
commit
ee13d06ab1
@ -148,11 +148,10 @@ export default function Avatar() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="avatars">
|
||||
<div className="avatars" style={{ display: user ? "block" : "none" }}>
|
||||
<div
|
||||
className="avatar"
|
||||
onContextMenu={handleMenuClick}
|
||||
style={{ display: user ? "block" : "none" }}
|
||||
onClick={(event) => {
|
||||
if (contextMenu.open && event.target === avatarRef.current) {
|
||||
handleMenuClose();
|
||||
|
Loading…
x
Reference in New Issue
Block a user