Tests
This commit is contained in:
parent
58cc17f56e
commit
6c2c0542f2
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
device:
|
||||
#- "iPhone 11 Pro (14.4)"
|
||||
- "iPhone 11 Pro (14.4)"
|
||||
- "iPad Pro (9.7-inch) (14.4)"
|
||||
fail-fast: false
|
||||
runs-on: macos-latest
|
||||
|
|
|
|||
|
|
@ -266,7 +266,8 @@ class MenuDrawer extends StatelessWidget {
|
|||
),
|
||||
onTap: () => launch(kDebugModeUrl),
|
||||
),
|
||||
if (state.company.isDisabled)
|
||||
if (state.company.isDisabled &&
|
||||
state.userCompany.isAdmin)
|
||||
if (state.isMenuCollapsed)
|
||||
Tooltip(
|
||||
message: localization.companyDisabledWarning,
|
||||
|
|
|
|||
Loading…
Reference in New Issue