diff --git a/lib/ui/company_gateway/company_gateway_screen.dart b/lib/ui/company_gateway/company_gateway_screen.dart index 51dde526f..45094bf76 100644 --- a/lib/ui/company_gateway/company_gateway_screen.dart +++ b/lib/ui/company_gateway/company_gateway_screen.dart @@ -64,7 +64,7 @@ class CompanyGatewayScreen extends StatelessWidget { onCancelPressed: (context) => store.dispatch(ClearCompanyGatewayMultiselect()), ) - else ...[ + else if (state.companyGatewayState.list.isNotEmpty) ...[ if (state.uiState.settingsUIState.isFiltered) ...[ FlatButton( child: Text(localization.reset,