Skip to content

Commit 4e362d3

Browse files
committed
fix: isostring
1 parent 511c619 commit 4e362d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/converter-frontend/components/publications-list/publication-data.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ export const PublicationData = (props: {
129129
paperaccepted: acceptedDate || '',
130130
// funding: data?.supportingAgencies?.en_US || '',
131131

132-
paperpublished: publishedDate?.toISOString() || '',
132+
// @ts-expect-error AAA
133+
paperpublished: publishedDate || '',
133134
})
134135
}, [data, files])
135136

0 commit comments

Comments
 (0)