Remove languages table on main metrics page
This commit is contained in:
@@ -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 })}>
|
||||
|
||||
Reference in New Issue
Block a user