diff --git a/app/src/frontend/building/data-containers/age.tsx b/app/src/frontend/building/data-containers/age.tsx index 0303acb6..f0fd429f 100644 --- a/app/src/frontend/building/data-containers/age.tsx +++ b/app/src/frontend/building/data-containers/age.tsx @@ -16,7 +16,7 @@ import { CategoryViewProps } from './category-view-props'; */ const AgeView: React.FunctionComponent = (props) => { const currentYear = new Date().getFullYear(); - if (props.building.date_source == "Expert knowledge of building" || "Expert estimate from image"){ + if (props.building.date_source == "Expert knowledge of building" || props.building.date_source == "Expert estimate from image"){ return (