From f46c2cfb4aeceaf065893dcd3dd92c053b13472b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Thu, 4 Jan 2024 22:22:56 +0100 Subject: [PATCH] fix ci --- front/components/V2/SearchHistory.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])} ); };