diff --git a/frontend/src/contexts/SearchImageContext.tsx b/frontend/src/contexts/SearchImageContext.tsx index 3315466..35a9ded 100644 --- a/frontend/src/contexts/SearchImageContext.tsx +++ b/frontend/src/contexts/SearchImageContext.tsx @@ -106,10 +106,6 @@ export const SearchImageContextProvider: Component = (props) => { }; for (const category of data()?.ImageProperties ?? []) { - if (category.type === "location" || category.type === "contact") { - continue; - } - c[category.type].push(category.data as any); }