fix: removing left-over line from testing

This commit is contained in:
2025-07-21 16:56:52 +01:00
parent 2b1eb2b948
commit 818a163235

View File

@ -106,10 +106,6 @@ export const SearchImageContextProvider: Component<ParentProps> = (props) => {
}; };
for (const category of data()?.ImageProperties ?? []) { for (const category of data()?.ImageProperties ?? []) {
if (category.type === "location" || category.type === "contact") {
continue;
}
c[category.type].push(category.data as any); c[category.type].push(category.data as any);
} }