fix: show hoodie give away only for paid users

This commit is contained in:
Arman
2023-12-15 11:33:28 +01:00
parent eeeb762fec
commit 502cb3fcbd
@@ -100,7 +100,9 @@
members_invited: $createOrganization?.collaborators?.length
});
wizard.hide();
wizard.showCover(HoodieCover);
if (org.billingPlan === 'tier-1') {
wizard.showCover(HoodieCover);
}
} catch (e) {
addNotification({
type: 'error',