feat: ensure to access dashboard user's subscription is active.

This commit is contained in:
a.bouhuolia
2021-08-30 10:42:39 +02:00
parent 47da64e625
commit 9dca9f3317
59 changed files with 1299 additions and 546 deletions

View File

@@ -298,6 +298,7 @@ export default [
},
{
text: <T id={'system'} />,
enableBilling: true,
label: true,
},
{
@@ -307,5 +308,6 @@ export default [
{
text: <T id={'billing'} />,
href: '/billing',
enableBilling: true,
},
];