diff --git a/frontend/src/component/changeRequest/ProjectChangeRequests/ChangeRequestsTabs/FeaturesCell.tsx b/frontend/src/component/changeRequest/ProjectChangeRequests/ChangeRequestsTabs/FeaturesCell.tsx index 2ee9a6cfbc..522e0f587a 100644 --- a/frontend/src/component/changeRequest/ProjectChangeRequests/ChangeRequestsTabs/FeaturesCell.tsx +++ b/frontend/src/component/changeRequest/ProjectChangeRequests/ChangeRequestsTabs/FeaturesCell.tsx @@ -52,6 +52,7 @@ export const FeaturesCell: VFC = ({ value, project }) => { condition={featureNames?.length < 3} show={featureNames?.map((featureName: string) => ( @@ -67,6 +68,7 @@ export const FeaturesCell: VFC = ({ value, project }) => { {featureNames?.map((featureName: string) => (