diff --git a/src/components/Tabs.tsx b/src/components/Tabs.tsx index 03e71c63b7a6472dbed5303a0236464b17076dad..a251b50ae23a7beef269640d79fc1fe9a1c904de 100644 --- a/src/components/Tabs.tsx +++ b/src/components/Tabs.tsx @@ -193,8 +193,9 @@ import { stringToSlug } from "../utils"; let morepics: JSX.Element[] = []; let oldpics: string[] = []; - if(data[i].more_pictures){ + /* if(data[i].more_pictures){ */ if (!data[i].aimofcontact && data[i].pictureurl_aim) { + console.info("!data[i].aimofcontact && data[i].pictureurl_aim") oldpics.push(data[i].pictureurl_aim!) } if (!data[i].insights && data[i].pictureurl_interview) { @@ -216,7 +217,7 @@ import { stringToSlug } from "../utils"; </div> ) } - } + /* } */ let node = <> <br/>