diff --git a/mailpoet/lib/Subscribers/SubscriberListingRepository.php b/mailpoet/lib/Subscribers/SubscriberListingRepository.php index 87ec32b388..5e8b85c38a 100644 --- a/mailpoet/lib/Subscribers/SubscriberListingRepository.php +++ b/mailpoet/lib/Subscribers/SubscriberListingRepository.php @@ -271,9 +271,6 @@ class SubscriberListingRepository extends ListingRepository { } else { $count = $this->subscribersCountsController->getSegmentStatisticsCount($segment); } - if (!$count[$key]) { - continue; - } $segmentList[] = [ 'label' => sprintf('%s (%s)', $segment->getName(), number_format((float)$count[$key])),