We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79b8f3 commit 66cefefCopy full SHA for 66cefef
src/components/AssignmentSummary/index.tsx
@@ -108,7 +108,7 @@ export const AssignmentSummary: React.FC<Props> = (props) => {
108
} = assignment.campaign;
109
const { maxContacts } = assignment;
110
const dueByText = dueBy
111
- ? DateTime.fromISO(dueBy).toFormat("MMM D YYYY")
+ ? DateTime.fromISO(dueBy).toFormat("MMM d, yyyy")
112
: "No Due Date";
113
const subtitle = `${description} - ${dueByText}`;
114
0 commit comments