Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
1ea09495d1
commit
24a68ea86f
@@ -96,7 +96,7 @@ export function generateStatusReportPdf(opts: StatusReportOptions): jsPDF {
|
||||
|
||||
const rowsForGroup = (items: StatusEntry[]) =>
|
||||
items.map((e) => [
|
||||
fmtDateTime(e.title),
|
||||
`${initials(e.author_name, e.author_email)}\n${fmtDateTime(e.title)}`,
|
||||
e.body,
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user