X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftracker%2FCountDisplay.js;h=ba41b9fa50dd1dc81560f079c05868c6fa713121;hb=481e603a0ca94bb068d1939c7feccfb07264b5a0;hp=8282422486c92059f574a70f7ea0715e2bf37f53;hpb=249e06be11d0f7778d99956c87d4f0a8ac7e69f7;p=alttp.git diff --git a/resources/js/components/tracker/CountDisplay.js b/resources/js/components/tracker/CountDisplay.js index 8282422..ba41b9f 100644 --- a/resources/js/components/tracker/CountDisplay.js +++ b/resources/js/components/tracker/CountDisplay.js @@ -12,9 +12,9 @@ const CountDisplay = ({ className, count, full }) => { if (full && count >= full) { classNames.push('is-full'); } - return + return {count} - ; + ; }; CountDisplay.propTypes = {