diff --git a/lib/ui/app/app_bottom_bar.dart b/lib/ui/app/app_bottom_bar.dart index 7db1b3b71..f3bf12ac1 100644 --- a/lib/ui/app/app_bottom_bar.dart +++ b/lib/ui/app/app_bottom_bar.dart @@ -415,7 +415,8 @@ class _AppBottomBarState extends State { onPressed: () => widget.onCheckboxPressed(), ), ], - if (isMobile(context)) + if (isMobile(context) || + widget.entityType == EntityType.companyGateway) IconButton( tooltip: localization.filter, icon: Icon(Icons.filter_list),