mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Fix toggle charts in dashboard
This commit is contained in:
parent
7bfbe26485
commit
bdd941fd6b
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ export default function WebsiteChartList({ websites, showCharts, limit }) {
|
||||||
</Link>
|
</Link>
|
||||||
</WebsiteHeader>
|
</WebsiteHeader>
|
||||||
<WebsiteMetricsBar websiteId={id} />
|
<WebsiteMetricsBar websiteId={id} />
|
||||||
<WebsiteChart websiteId={id} showChart={showCharts} />
|
{showCharts && <WebsiteChart websiteId={id} />}
|
||||||
</div>
|
</div>
|
||||||
) : null;
|
) : null;
|
||||||
})}
|
})}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue