mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Show stats changes on dashboard page. Closes #2840
This commit is contained in:
parent
ed0d778e97
commit
89257605b3
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export default function WebsiteChartList({
|
|||
</Button>
|
||||
</Link>
|
||||
</WebsiteHeader>
|
||||
<WebsiteMetricsBar websiteId={id} />
|
||||
<WebsiteMetricsBar websiteId={id} showChange={true} />
|
||||
{showCharts && <WebsiteChart websiteId={id} />}
|
||||
</div>
|
||||
) : null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue