Skip to content
Snippets Groups Projects
Commit 50022d5d authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

Sicherung weg

parent 252cc670
No related branches found
No related tags found
No related merge requests found
Pipeline #494563 failed
......@@ -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 = <></>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment