diff --git a/web/components/issues/issue-layouts/properties/date.tsx b/web/components/issues/issue-layouts/properties/date.tsx index f39741e19..1ba4dbaaa 100644 --- a/web/components/issues/issue-layouts/properties/date.tsx +++ b/web/components/issues/issue-layouts/properties/date.tsx @@ -46,24 +46,25 @@ export const IssuePropertyDate: React.FC = observer((props) disabled ? "cursor-not-allowed text-custom-text-200" : "cursor-pointer hover:bg-custom-background-80" }`} > - -
- - {value && ( - <> +
+ + {value && ( + <> +
{value}
-
{ - if (onChange) onChange(null); - }} - > - -
- - )} -
- + + +
{ + if (onChange) onChange(null); + }} + > + +
+ + )} +