diff --git a/VAMobile/src/components/Templates/FeatureLandingAndChildTemplate.tsx b/VAMobile/src/components/Templates/FeatureLandingAndChildTemplate.tsx index d53e3c0ebc..d9f0c63224 100644 --- a/VAMobile/src/components/Templates/FeatureLandingAndChildTemplate.tsx +++ b/VAMobile/src/components/Templates/FeatureLandingAndChildTemplate.tsx @@ -144,7 +144,7 @@ export const ChildTemplate: FC = ({ }} {...scrollViewProps}> - {!screenReaderEnabled ? {title} : null} + {!screenReaderEnabled ? {title} : {'\u200B'}} {children}