Hide purge/delete on demo

This commit is contained in:
Hillel Coren 2022-11-24 16:34:55 +02:00
parent 2a24be5638
commit cf4d3ae218
1 changed files with 1 additions and 1 deletions

View File

@ -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(),