Fixed inconsistent type

This commit is contained in:
Alejandro Celaya
2020-09-06 10:22:21 +02:00
parent 58c9ef9b51
commit d064eb5f9e
2 changed files with 6 additions and 6 deletions

View File

@@ -125,7 +125,7 @@ const VisitsStats: FC<VisitsStatsProps> = (
<div className="col-12 mt-4">
<LineChartCard
title="Visits during time"
visits={visits}
visits={normalizedVisits}
highlightedVisits={highlightedVisits}
highlightedLabel={highlightedLabel}
/>