Skip to content

Commit

Permalink
fix: Disabled metro import
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Groß <mail@gross-johannes.de>
  • Loading branch information
jo-gross committed Feb 21, 2024
1 parent 61106cc commit 7df6a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ingredients/IngredientForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export function IngredientForm(props: IngredientFormProps) {
!(
values.link.includes('expert24.com') ||
values.link.includes('conalco.de') ||
values.link.includes('metro.de') ||
// values.link.includes('metro.de') ||
values.link.includes('rumundco.de') ||
values.link.includes('delicando.com')
) || values.fetchingExternalData
Expand Down

0 comments on commit 7df6a50

Please sign in to comment.