This commit is contained in:
Clément Le Bihan
2024-01-04 22:22:56 +01:00
parent 9f14061efd
commit f46c2cfb4a

View File

@@ -46,7 +46,7 @@ const HistoryRowComponent = (props: historyRowProps) => {
</View>
<Text>{props.query}</Text>
</View>
<Text>{props.timestamp.toLocaleDateString(["fr-FR", "en-GB"])}</Text>
<Text>{props.timestamp.toLocaleDateString(['fr-FR', 'en-GB'])}</Text>
</View>
);
};