diff --git a/src/StatisticBlock/View.jsx b/src/StatisticBlock/View.jsx index aedff4c..e3c8d66 100644 --- a/src/StatisticBlock/View.jsx +++ b/src/StatisticBlock/View.jsx @@ -84,7 +84,9 @@ const View = ({ data, mode }) => { key={`${index}-${item.label}`} {...(href ? { className: 'ui statistic', href } : {})} > - + {animation.enabled && isNumber(valueNo) && !isNaN(valueNo) ? ( { _serializeNodes(valueNodes) )} - + {serializeNodes(item.label)} -
+
{serializeNodes(item.info)}