mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
wip: categoryGroups -> categories
This commit is contained in:
@@ -151,7 +151,7 @@ export const selectLocations = createSelector(
|
||||
export const selectCategories = createSelector(
|
||||
[getCategories],
|
||||
(categories) => {
|
||||
return Object.values(categories);
|
||||
return categories.map(v => v.category);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user