Removed extra 'Event Destination' text (#2938)
This commit is contained in:
@@ -182,10 +182,7 @@ const AddEventDestination = ({
|
||||
{targetElement && (
|
||||
<TargetTitle
|
||||
logoSrc={targetElement.logo}
|
||||
title={`${
|
||||
targetElement ? targetElement.targetTitle : ""
|
||||
} Event
|
||||
Destination`}
|
||||
title={targetElement ? targetElement.targetTitle : ""}
|
||||
/>
|
||||
)}
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user