(cherry picked from commit 9632ce5038)
Co-authored-by: Daniel Espino García <larkox@gmail.com>
This commit is contained in:
parent
a736203f7c
commit
298666755c
1 changed files with 3 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue