Show stats changes on dashboard page. Closes #2840
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user