fix: format date on profile
This commit is contained in:
parent
c68d8105e3
commit
5ac16feb6b
|
@ -60,7 +60,7 @@ export const Profile = observer(() => {
|
||||||
key: 'created_at',
|
key: 'created_at',
|
||||||
render: (text, record) => {
|
render: (text, record) => {
|
||||||
return (
|
return (
|
||||||
<Text>{format(parseISO(record.created_at), 'mm:HH dd MM YYYY')}</Text>
|
<Text>{format(parseISO(record.created_at), 'mm:HH dd-MM-yyyy')}</Text>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user