diff --git a/src/components/PageHeading.js b/src/components/PageHeading.js index 7df7d7d3c0..1c960ad506 100644 --- a/src/components/PageHeading.js +++ b/src/components/PageHeading.js @@ -58,8 +58,6 @@ const PageHeading = (props) => { } }; - console.log('hasIcon', hasIcon(), props); - return (
{ />
)} - {props.title ? ( -

{props.title} this is a test

- ) : ( - '' - )} + {props.title ?

{props.title}

: ''} {props.subheader ? (

{props.subheader}

) : (