diff --git a/lib/redux/app/app_state.dart b/lib/redux/app/app_state.dart index 1fdcba3da..88f1c97df 100644 --- a/lib/redux/app/app_state.dart +++ b/lib/redux/app/app_state.dart @@ -757,6 +757,8 @@ abstract class AppState implements Built { } int get createdAtLimit { + return 0; + if (!company.isLarge) { return 0; }