fix: removing left-over line from testing
This commit is contained in:
@ -106,10 +106,6 @@ export const SearchImageContextProvider: Component<ParentProps> = (props) => {
|
||||
};
|
||||
|
||||
for (const category of data()?.ImageProperties ?? []) {
|
||||
if (category.type === "location" || category.type === "contact") {
|
||||
continue;
|
||||
}
|
||||
|
||||
c[category.type].push(category.data as any);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user