This commit is contained in:
Minseo Lee 2024-08-30 00:15:49 +09:00
parent bb4862a6f7
commit c5ccd53228
6 changed files with 19 additions and 19 deletions

View file

@ -97,7 +97,7 @@ const AnimatedRow = ({ label, value = 0, percent, change, animate, showPercentag
<div className={styles.value}>
{change}
<animated.div className={styles.value} title={props?.y as any}>
{props.y?.to((n: number) => intl.formatNumber(+n, formatLongNumberOptions(+n)))}
{props.y?.to((n: number) => intl.formatNumber(n, formatLongNumberOptions(n)))}
</animated.div>
</div>
{showPercentage && (