mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Hide filter.
This commit is contained in:
parent
1a47f594c2
commit
fe56ed35d5
2 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ export default function WebsiteChartList({ websites, showCharts, limit }) {
|
|||
</Button>
|
||||
</Link>
|
||||
</WebsiteHeader>
|
||||
<WebsiteMetricsBar websiteId={id} />
|
||||
<WebsiteMetricsBar websiteId={id} showFilter={false} />
|
||||
{showCharts && <WebsiteChart websiteId={id} />}
|
||||
</div>
|
||||
) : null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue