mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
Fixed label display on metrics. Removed compare for all time.
This commit is contained in:
parent
cfe2389b8e
commit
7b0b11ffaa
8 changed files with 23 additions and 18 deletions
|
|
@ -47,7 +47,7 @@ export default function WebsiteChartList({
|
|||
</Button>
|
||||
</Link>
|
||||
</WebsiteHeader>
|
||||
<WebsiteMetricsBar websiteId={id} showFilter={false} />
|
||||
<WebsiteMetricsBar websiteId={id} />
|
||||
{showCharts && <WebsiteChart websiteId={id} />}
|
||||
</div>
|
||||
) : null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue