Pass required props to refresh button and chart

This commit is contained in:
Chris Walsh 2021-12-04 02:01:57 -08:00
parent 51bf300eb4
commit 52666b3013
No known key found for this signature in database
GPG key ID: 28EE0CCA6032019E
2 changed files with 3 additions and 1 deletions

View file

@ -85,6 +85,7 @@ export default function WebsiteChart({
startDate={startDate}
endDate={endDate}
onChange={setDateRange}
websiteId={websiteId}
/>
</div>
</StickyHeader>