mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Remove languages table on main metrics page
This commit is contained in:
parent
9a326a33a0
commit
7725553097
2 changed files with 2 additions and 7 deletions
|
|
@ -153,8 +153,7 @@ export default function WebsiteDetails({ websiteId }) {
|
|||
<WorldMap data={countryData} />
|
||||
</GridColumn>
|
||||
<GridColumn xs={12} md={12} lg={4}>
|
||||
<CountriesTable maxHeight={265} {...tableProps} onDataLoad={setCountryData} />
|
||||
<LanguagesTable maxHeight={265} {...tableProps} />
|
||||
<CountriesTable {...tableProps} onDataLoad={setCountryData} />
|
||||
</GridColumn>
|
||||
</GridRow>
|
||||
<GridRow className={classNames({ [styles.hidden]: !eventsData?.length > 0 })}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue