Fixed metrics display.

This commit is contained in:
Mike Cao 2023-03-31 05:55:28 -07:00
parent 2172dddd1c
commit 9dd35b3766
20 changed files with 345 additions and 808 deletions

View file

@ -22,7 +22,7 @@ export default function WebsiteChartList({ websites, showCharts, limit }) {
<div key={id} className={styles.website}>
<WebsiteChart
websiteId={id}
title={name}
name={name}
domain={domain}
showChart={showCharts}
showDetailsButton={true}