feat: remove extra whitespace
This commit is contained in:
parent
7c38f65ba9
commit
c68d8105e3
|
@ -117,7 +117,7 @@ export const DetailUser = observer(() => {
|
||||||
render: (text, record) => {
|
render: (text, record) => {
|
||||||
return (
|
return (
|
||||||
<Text>
|
<Text>
|
||||||
{format(parseISO(record.transaction_date), "dd MMMM yyyy ")}
|
{format(parseISO(record.transaction_date), "dd MMMM yyyy")}
|
||||||
</Text>
|
</Text>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user