Skip to content

Commit f64fd04

Browse files
committed
fix(compare): remove unused formatter
1 parent 9df70fe commit f64fd04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/composables/useFacetSelection.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ export function useFacetSelection(queryParam = 'facets') {
141141
description: t(`compare.facets.items.createdAt.description`),
142142
chartable: false,
143143
chartable_scatter: false,
144-
formatter: v => new Date(v).toLocaleDateString(),
145144
},
146145
}),
147146
)

0 commit comments

Comments
 (0)