hide create service request module form engineer session

design_3.0_internal_audit_module
zaid_daoud 3 years ago
parent 05d1976969
commit ec4916d4ec

@ -152,7 +152,7 @@ class _LandPageState extends State<LandPage> {
mainAxisSpacing: 12,
childAspectRatio: 1,
children: [
// if (_userProvider.user != null && _userProvider.user.type == UsersTypes.normal_user)
if (_userProvider.user != null && _userProvider.user.type == UsersTypes.normal_user)
LandPageItem(
text: _subtitle.newServiceRequest,
icon: FontAwesomeIcons.tools,

Loading…
Cancel
Save