Standardise loading state naming across dashboard hooks
This commit is contained in:
@@ -80,7 +80,7 @@ export function DashboardPage(): React.JSX.Element {
|
||||
|
||||
const source = getDataSource(timeRange);
|
||||
|
||||
const { countries, countryNames, isLoading: countryLoading, error: countryError, reload: reloadCountry } =
|
||||
const { countries, countryNames, loading: countryLoading, error: countryError, reload: reloadCountry } =
|
||||
useDashboardCountryData(timeRange, originFilter, source);
|
||||
|
||||
const sectionStyles = useCommonSectionStyles();
|
||||
|
||||
Reference in New Issue
Block a user