- Updates statistics to display only 1 click event from a given subscriber
Fixes #417 (7)
This commit is contained in:
@@ -215,7 +215,7 @@ define(
|
||||
}
|
||||
},
|
||||
renderStatistics: function(item) {
|
||||
if(!item.statistics || !item.queue || item.queue.status === 'scheduled') {
|
||||
if(!item.statistics || !item.queue || item.queue.count_processed == 0 || item.queue.status === 'scheduled') {
|
||||
return (
|
||||
<span>
|
||||
{MailPoet.I18n.t('notSentYet')}
|
||||
|
Reference in New Issue
Block a user