Surround text on file info for searches (#8391) (#8392)

(cherry picked from commit 9632ce5038)

Co-authored-by: Daniel Espino García <larkox@gmail.com>
This commit is contained in:
Mattermost Build 2024-12-04 07:02:14 +01:00 committed by GitHub
parent a736203f7c
commit 298666755c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,7 +98,9 @@ const FileInfo = ({disabled, file, channelName, showDate, onPress}: FileInfoProp
</Text>
{showDate && file.create_at != null && (
<>
{' • '}
<Text style={style.infoText}>
{' • '}
</Text>
<FormattedDate
style={style.infoText}
format={FORMAT}