Refactored realtime components.

This commit is contained in:
Mike Cao 2020-10-10 01:16:28 -07:00
parent 8912daa2fa
commit a039f405b6
8 changed files with 51 additions and 51 deletions

View file

@ -25,6 +25,7 @@ export default function MetricsTable({
filterOptions,
limit,
renderLabel,
height,
onDataLoad = () => {},
}) {
const [dateRange] = useDateRange(websiteId);
@ -75,6 +76,7 @@ export default function MetricsTable({
className={className}
renderLabel={renderLabel}
limit={limit}
height={height}
animate={limit > 0}
/>
)}