2
0

🐛 Fix workspace member lock banner always on

Closes #283
This commit is contained in:
Baptiste Arnaud
2023-02-01 08:13:36 +01:00
parent 1dfe4cadf7
commit 1806840119

View File

@@ -96,7 +96,7 @@ export const MembersList = () => {
return ( return (
<Stack w="full" spacing={3}> <Stack w="full" spacing={3}>
{true && ( {!canInviteNewMember && (
<UnlockPlanAlertInfo <UnlockPlanAlertInfo
contentLabel={` contentLabel={`
Upgrade your plan to work with more team members, and unlock awesome Upgrade your plan to work with more team members, and unlock awesome