diff --git a/src/components/Tabs.tsx b/src/components/Tabs.tsx
index 48436acfad20893528915f1524bbfb08f2fae51b..4b8662848198a867b99fcc75c4f98c5e93d5c856 100644
--- a/src/components/Tabs.tsx
+++ b/src/components/Tabs.tsx
@@ -67,10 +67,10 @@ import { stringToSlug } from "../utils";
           quoted = data[i].vorname + " " + data[i].nachnname; 
         }
       }
-      else{
+     /*  else{
         problem = true;
         problem_desc.push("quote missing"); 
-      }
+      } */
 
       /* textparts */
       let aiM: JSX.Element = <></>
@@ -151,12 +151,12 @@ import { stringToSlug } from "../utils";
           problem_desc.push(" job missing" ); 
         }
       }
-      if(data[i].type === "meta"){
+     /*  if(data[i].type === "meta"){
         if(data[i].quoteVorname === undefined || data[i].quoteVorname === ""){
           problem = true;
           problem_desc.push(" who is the quote from?" ); 
         }
-      }
+      } */
 
       /* References */
       var refs: React.ReactNode = <></>;