From 7df6a500863fabd03f117515e4f75b5841fcfe76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Gro=C3=9F?= Date: Tue, 20 Feb 2024 16:43:46 +0100 Subject: [PATCH] fix: Disabled metro import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Groß --- components/ingredients/IngredientForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ingredients/IngredientForm.tsx b/components/ingredients/IngredientForm.tsx index 1af7e308..2ec68e80 100644 --- a/components/ingredients/IngredientForm.tsx +++ b/components/ingredients/IngredientForm.tsx @@ -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