fix(explorer): fix valueformatter in enactment date on proposal table (#4358)

This commit is contained in:
Edd 2023-07-20 09:52:49 +01:00 committed by GitHub
parent 5f177785b6
commit 8ff46bab5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ export const ProposalsTable = ({ data }: ProposalsTableProps) => {
hide: window.innerWidth <= BREAKPOINT_MD,
headerName: t('Enactment date'),
field: 'terms.enactmentDatetime',
valueFormatte: ({
valueFormatter: ({
value,
}: VegaValueFormatterParams<
ProposalListFieldsFragment,