import React from 'react'; import { numberWithCommas } from 'App/utils'; function AvgLabel({ className = '', text, count, unit }) { return (