mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +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>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</WebsiteHeader>
|
</WebsiteHeader>
|
||||||
<WebsiteMetricsBar websiteId={id} />
|
<WebsiteMetricsBar websiteId={id} showChange={true} />
|
||||||
{showCharts && <WebsiteChart websiteId={id} />}
|
{showCharts && <WebsiteChart websiteId={id} />}
|
||||||
</div>
|
</div>
|
||||||
) : null;
|
) : null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue