Fix typo
[MAILPOET-3000]
This commit is contained in:
@@ -22,8 +22,8 @@ const NewsletterStats = ({
|
|||||||
wrapContentInLink,
|
wrapContentInLink,
|
||||||
}: NewsletterStatsProps) => {
|
}: NewsletterStatsProps) => {
|
||||||
// format to 1 decimal place
|
// format to 1 decimal place
|
||||||
const clickedDisplay = MailPoet.Num.toLocaleFixed(opened, 1);
|
const openedDisplay = MailPoet.Num.toLocaleFixed(opened, 1);
|
||||||
const openedDisplay = MailPoet.Num.toLocaleFixed(clicked, 1);
|
const clickedDisplay = MailPoet.Num.toLocaleFixed(clicked, 1);
|
||||||
|
|
||||||
let openedAndClickedStats = (
|
let openedAndClickedStats = (
|
||||||
<div className="mailpoet-listing-stats-opened-clicked">
|
<div className="mailpoet-listing-stats-opened-clicked">
|
||||||
|
Reference in New Issue
Block a user