diff --git a/front/components/V2/SearchHistory.tsx b/front/components/V2/SearchHistory.tsx index ad5356e..f6b011d 100644 --- a/front/components/V2/SearchHistory.tsx +++ b/front/components/V2/SearchHistory.tsx @@ -46,7 +46,7 @@ const HistoryRowComponent = (props: historyRowProps) => { {props.query} - {props.timestamp.toLocaleDateString(["fr-FR", "en-GB"])} + {props.timestamp.toLocaleDateString(['fr-FR', 'en-GB'])} ); };