Skip to content

Commit

Permalink
Update ui/src/features/stage/promotions.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
  • Loading branch information
Marvin9 committed Dec 17, 2024
1 parent e045e6f commit a7fc349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/features/stage/promotions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const Promotions = () => {
)
},
{
title: 'Extra',
title: '',
render: (_, promotion) => {
const filteredUiPlugins = uiPlugins
.filter((plugin) => plugin.DeepLinkPlugin?.Promotion?.shouldRender({ promotion }))
Expand Down

0 comments on commit a7fc349

Please sign in to comment.