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 && (
<TargetTitle
logoSrc={targetElement.logo}
title={`${
targetElement ? targetElement.targetTitle : ""
} Event
Destination`}
title={targetElement ? targetElement.targetTitle : ""}
/>
)}
</Grid>