Skip to content

Commit

Permalink
Update frontend/src/component/releases/ReleasePlanTemplate/MilestoneC…
Browse files Browse the repository at this point in the history
…ard.tsx

Co-authored-by: Nuno Góis <[email protected]>
  • Loading branch information
daveleek and nunogois authored Nov 19, 2024
1 parent 65cf461 commit 31e3cbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const StyledMilestoneCardTitle = styled('span')(({ theme }) => ({
fontSize: theme.fontSizes.bodySize,
}));

interface IMilestoneCard {
interface IMilestoneCardProps {
index: number;
milestone: IReleasePlanMilestonePayload;
milestoneNameChanged: (index: number, name: string) => void;
Expand Down

0 comments on commit 31e3cbd

Please sign in to comment.