From b99847a5b510a8eb7bc5272b7db5c05f7900750c Mon Sep 17 00:00:00 2001 From: bulog <30456489+bulog@users.noreply.github.com> Date: Sun, 20 Jun 2021 13:33:28 +0800 Subject: [PATCH] hide the chart when view other tab At the website details page, when click the "Pages", "Referrers" etc. button, will go to the view page, but after click the another button, page scroll to top, the default show is the main chart, not the details I want, so by default hide the chart when I click the buttons "Pages"", "Referrers" etc --- components/pages/WebsiteDetails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pages/WebsiteDetails.js b/components/pages/WebsiteDetails.js index 0ddc89e2..ddf62469 100644 --- a/components/pages/WebsiteDetails.js +++ b/components/pages/WebsiteDetails.js @@ -108,7 +108,7 @@ export default function WebsiteDetails({ websiteId }) { return ( -
+