mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: show hoodie give away only for paid users
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user