We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511c619 commit 4e362d3Copy full SHA for 4e362d3
apps/converter-frontend/components/publications-list/publication-data.tsx
@@ -129,7 +129,8 @@ export const PublicationData = (props: {
129
paperaccepted: acceptedDate || '',
130
// funding: data?.supportingAgencies?.en_US || '',
131
132
- paperpublished: publishedDate?.toISOString() || '',
+ // @ts-expect-error AAA
133
+ paperpublished: publishedDate || '',
134
})
135
}, [data, files])
136
0 commit comments