diff --git a/src/app/(content-pages)/methodology/MethodologyPage.tsx b/src/app/(content-pages)/methodology/MethodologyPage.tsx index 5042a583..b4691267 100644 --- a/src/app/(content-pages)/methodology/MethodologyPage.tsx +++ b/src/app/(content-pages)/methodology/MethodologyPage.tsx @@ -262,7 +262,7 @@ export default function MethodologyPage() {

Documentation of the data that we use is available on{' '} { const renderGraphicContent = () => { if ('image' in props) { return ( - {props.image.alt +

+ {props.image.alt +
); } else if ('component' in props) { return props.component;