abc
This commit is contained in:
parent
af077bb1ce
commit
484f3b2e07
@ -74,7 +74,7 @@ const StatCard = ({
|
||||
};
|
||||
|
||||
const TaskCard = ({ task }: { task: WorkflowTask }) => {
|
||||
const { primaryColor } = useAppTheme();
|
||||
// const { primaryColor } = useAppTheme();
|
||||
const navigate = useNavigate();
|
||||
const formatDeadline = (dueDate: string) => {
|
||||
const now = new Date();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user