From ffc1c0e7aae56875c6863e2ca1d6155e15008283 Mon Sep 17 00:00:00 2001 From: Clark McAdoo Date: Tue, 25 Jul 2023 15:35:53 -0500 Subject: [PATCH] fix: remove test code --- src/components/PageHeading.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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}

) : (