fix ci
This commit is contained in:
@@ -46,7 +46,7 @@ const HistoryRowComponent = (props: historyRowProps) => {
|
|||||||
</View>
|
</View>
|
||||||
<Text>{props.query}</Text>
|
<Text>{props.query}</Text>
|
||||||
</View>
|
</View>
|
||||||
<Text>{props.timestamp.toLocaleDateString(["fr-FR", "en-GB"])}</Text>
|
<Text>{props.timestamp.toLocaleDateString(['fr-FR', 'en-GB'])}</Text>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user