Skip to content

Commit 1b271ab

Browse files
authored
Removed extra 'Event Destination' text (#2938)
1 parent bacb5f8 commit 1b271ab

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

portal-ui/src/screens/Console/EventDestinations/AddEventDestination.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,7 @@ const AddEventDestination = ({
182182
{targetElement && (
183183
<TargetTitle
184184
logoSrc={targetElement.logo}
185-
title={`${
186-
targetElement ? targetElement.targetTitle : ""
187-
} Event
188-
Destination`}
185+
title={targetElement ? targetElement.targetTitle : ""}
189186
/>
190187
)}
191188
</Grid>

0 commit comments

Comments
 (0)