X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftracker%2FCountDisplay.js;fp=resources%2Fjs%2Fcomponents%2Ftracker%2FCountDisplay.js;h=ba41b9fa50dd1dc81560f079c05868c6fa713121;hb=60fd718e3b558eaea02a8d64bd6aac74be91f782;hp=8282422486c92059f574a70f7ea0715e2bf37f53;hpb=1a3d040147c19d24b8d02ec8e594eb06b8efc1ff;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 = {