diff --git a/src/views/SimproV2/ReferralCode/index.js b/src/views/SimproV2/ReferralCode/index.js index d340325..f577bcd 100644 --- a/src/views/SimproV2/ReferralCode/index.js +++ b/src/views/SimproV2/ReferralCode/index.js @@ -354,7 +354,7 @@ const ProjectType = ({ params, ...props }) => { {n.code} {n.type} {toRupiah(n.amount)} - {n?.exp ? moment(n.exp).format('DD-MM-YYYY HH:mm') : "-"} + {n?.exp ? moment(n.exp).format('DD MMMM, YYYY') : "-"} {n.allocation ? n.allocation : "-"} {n.description ? n.description : "-"}