fix ci
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user