Removed extra 'Event Destination' text (#2938)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user