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