diff --git a/lib/redux/company/company_reducer.dart b/lib/redux/company/company_reducer.dart index 283a5f7bd..3e742ea85 100644 --- a/lib/redux/company/company_reducer.dart +++ b/lib/redux/company/company_reducer.dart @@ -157,7 +157,7 @@ Reducer userCompanyEntityReducer = combineReducers([ return userCompany.rebuild((b) => b ..settings.dashboardFieldsPerRowDesktop = action.numberFieldsPerRowDesktop); - } else if (action.numberFieldsPerRowDesktop != null) { + } else if (action.numberFieldsPerRowMobile != null) { return userCompany.rebuild((b) => b ..settings.dashboardFieldsPerRowMobile = action.numberFieldsPerRowMobile);