Skip to content

Commit

Permalink
Update frontend/src/component/feature/FeatureView/FeatureOverview/Rel…
Browse files Browse the repository at this point in the history
…easePlan/ReleasePlanMilestone/ReleasePlanMilestoneStrategy.tsx

Co-authored-by: Nuno Góis <[email protected]>
  • Loading branch information
daveleek and nunogois authored Jan 15, 2025
1 parent cc4b913 commit 758c62d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const ReleasePlanMilestoneStrategy = ({
<Icon />
{`${formatStrategyName(String(strategy.strategyName))}${strategy.title ? `: ${strategy.title}` : ''}`}
</StyledHeader>
<StrategyExecution strategy={strategy} displayGroupId={true} />
<StrategyExecution strategy={strategy} displayGroupId />
{strategy.variants &&
strategy.variants.length > 0 &&
(strategy.disabled ? (
Expand Down

0 comments on commit 758c62d

Please sign in to comment.