Add minor improvements to stats [PREMIUM-13]
This commit is contained in:
@@ -20,7 +20,7 @@ const badges = {
|
||||
|
||||
const stats = {
|
||||
opened: {
|
||||
badgeRanges: [30, 15, 0],
|
||||
badgeRanges: [30, 10, 0],
|
||||
badgeTypes: [
|
||||
'excellent',
|
||||
'good',
|
||||
|
@@ -279,7 +279,7 @@ const _StatisticsMixin = {
|
||||
);
|
||||
}
|
||||
|
||||
if (total_sent > 0 && !too_early_for_stats && params.link) {
|
||||
if (total_sent > 0 && params.link) {
|
||||
// wrap content in a link
|
||||
return (
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user