diff --git a/src/components/tasks/card/index.tsx b/src/components/tasks/card/index.tsx index e863222a3..8257ef130 100644 --- a/src/components/tasks/card/index.tsx +++ b/src/components/tasks/card/index.tsx @@ -575,7 +575,7 @@ const Card: FC = ({ : `Started ${getStartedAgo()}`} - {!isDevMode && ( + {!isSelfTask && (

Status:

= ({ {showAssignButton() && }

- {(isEditable || (isDevMode && isSelfTask)) && ( + {(isEditable || isSelfTask) && (