mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: ensure to access dashboard user's subscription is active.
This commit is contained in:
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user