mirror of
https://github.com/umami-software/umami.git
synced 2026-02-17 19:15:37 +01:00
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
This commit is contained in:
parent
06535704ae
commit
b99847a5b5
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ export default function WebsiteDetails({ websiteId }) {
|
|||
|
||||
return (
|
||||
<Page>
|
||||
<div className="row">
|
||||
<div className={classNames('row', {[styles.hidden]: !!view })}>
|
||||
<div className={classNames(styles.chart, 'col')}>
|
||||
<WebsiteChart
|
||||
websiteId={websiteId}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue