Removed extra 'Event Destination' text (#2938)

This commit is contained in:
jinapurapu
2023-07-12 09:35:39 -07:00
committed by GitHub
parent bacb5f8901
commit 1b271ab467

View File

@@ -182,10 +182,7 @@ const AddEventDestination = ({
{targetElement && ( {targetElement && (
<TargetTitle <TargetTitle
logoSrc={targetElement.logo} logoSrc={targetElement.logo}
title={`${ title={targetElement ? targetElement.targetTitle : ""}
targetElement ? targetElement.targetTitle : ""
} Event
Destination`}
/> />
)} )}
</Grid> </Grid>