Merge branch 'dev' into feat/better-event-data-dashboard

This commit is contained in:
Aitor Alonso
2023-07-14 17:39:32 +02:00
committed by GitHub
7 changed files with 109 additions and 102 deletions

View File

@@ -41,7 +41,7 @@ export default function WebsiteChartList({ websites, showCharts, limit }) {
</Link>
</WebsiteHeader>
<WebsiteMetricsBar websiteId={id} />
<WebsiteChart websiteId={id} showChart={showCharts} />
{showCharts && <WebsiteChart websiteId={id} />}
</div>
) : null;
})}