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