mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-07 09:55:45 +01:00
Merge pull request #2121 from Maxime-J/toggleCharts
Fix toggle charts in dashboard
This commit is contained in:
commit
9fae1a9ba7
@ -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…
Reference in New Issue
Block a user