mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
add more descriptive error handling for optional exts
This commit is contained in:
@@ -257,7 +257,6 @@ export const selectCategories = createSelector(
|
||||
categories.map(cat => {
|
||||
cat.active = (!cat.hasOwnProperty('active')) ? false : cat.active
|
||||
});
|
||||
console.log(categories)
|
||||
return categories;
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user