Add dueDate and assignee on notes (#988)
* Add dueDate and assignee on notes * Fix tests * Fix tests
This commit is contained in:
@ -33,7 +33,7 @@ export function beautifyExactDate(dateToBeautify: Date | string | number) {
|
||||
try {
|
||||
const parsedDate = parseDate(dateToBeautify);
|
||||
|
||||
return parsedDate.toFormat('DD · TT');
|
||||
return parsedDate.toFormat('DD · T');
|
||||
} catch (error) {
|
||||
logError(error);
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user