Merge branch 'main' of https://gitlab.com/empatnusabangsa/ppob/ppob-frontend into devops-production
This commit is contained in:
commit
c32de83734
|
@ -307,7 +307,7 @@ export const DetailUser = observer(() => {
|
||||||
render: (text, record) => {
|
render: (text, record) => {
|
||||||
return (
|
return (
|
||||||
<Text>
|
<Text>
|
||||||
{format(parseISO(record.created_at), "MM-dd-yyyy HH:mm:ss")}
|
{moment(record.created_at).format( "MM-DD-yyyy HH:mm:ss")}
|
||||||
</Text>
|
</Text>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
|
@ -238,7 +238,7 @@ export const Profile = observer(() => {
|
||||||
render: (text, record) => {
|
render: (text, record) => {
|
||||||
return (
|
return (
|
||||||
<Text>
|
<Text>
|
||||||
{format(parseISO(record.created_at), "dd-MM-yyyy HH:mm:ss")}
|
{moment(record.created_at).format( "MM-DD-yyyy HH:mm:ss")}
|
||||||
</Text>
|
</Text>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user