diff --git a/ui/src/features/stage/promotions.tsx b/ui/src/features/stage/promotions.tsx index 279619dac..94c633099 100644 --- a/ui/src/features/stage/promotions.tsx +++ b/ui/src/features/stage/promotions.tsx @@ -175,7 +175,7 @@ export const Promotions = () => { ) }, { - title: 'Extra', + title: '', render: (_, promotion) => { const filteredUiPlugins = uiPlugins .filter((plugin) => plugin.DeepLinkPlugin?.Promotion?.shouldRender({ promotion }))