Hide purge/delete on demo
This commit is contained in:
parent
2a24be5638
commit
cf4d3ae218
|
|
@ -537,7 +537,7 @@ class _AccountOverview extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
])),
|
||||
if (state.userCompany.isOwner) ...[
|
||||
if (state.userCompany.isOwner && !state.isDemo) ...[
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(top: 16, right: 16, left: 16),
|
||||
child: ListDivider(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue