+
+
+ Pengirim : {item.sender_name}
+ {" "}
+
+
+ Amount :{" "}
+ {new Intl.NumberFormat("id-ID", {
+ style: "currency",
+ currency: "IDR",
+ }).format(item.amount || 0)}
+ {" "}
+
+
+ Transaction Date :{" "}
+ {format(
+ parseISO(item.transaction_date),
+ "dd-MM-yyyy"
+ )}
+ {" "}
+
+
+