mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 09:57:00 +01:00
fix teammember button conditions
This commit is contained in:
parent
7c1cb7631d
commit
5e5ab6c7c3
@ -36,7 +36,7 @@ export function TeamMembersTable({
|
||||
return (
|
||||
allowEdit &&
|
||||
row?.role !== ROLES.teamOwner &&
|
||||
user?.id !== row?.id && (
|
||||
user?.id !== row?.user?.id && (
|
||||
<>
|
||||
<TeamMemberEditButton teamId={teamId} userId={row?.user?.id} role={row?.role} />
|
||||
<TeamMemberRemoveButton
|
||||
|
Loading…
Reference in New Issue
Block a user