diff --git a/apps/app/components/issues/select/date.tsx b/apps/app/components/issues/select/date.tsx index 703569ef0..438291a2d 100644 --- a/apps/app/components/issues/select/date.tsx +++ b/apps/app/components/issues/select/date.tsx @@ -36,7 +36,7 @@ export const IssueDateSelect: React.FC = ({ value, onChange }) => ( ) : ( <> - + Due Date )} diff --git a/apps/app/components/issues/select/estimate.tsx b/apps/app/components/issues/select/estimate.tsx index f7b171dae..661409b4f 100644 --- a/apps/app/components/issues/select/estimate.tsx +++ b/apps/app/components/issues/select/estimate.tsx @@ -22,7 +22,7 @@ export const IssueEstimateSelect: React.FC = ({ value, onChange }) => { value={value} label={
- + {estimatePoints?.find((e) => e.key === value)?.value ?? "Estimate points"}