This commit is contained in:
wayanrivan
2025-07-21 11:27:20 +07:00
parent 8a375b68e4
commit 9a7acdf32a

View File

@ -134,7 +134,7 @@ const DetailTransaction = () => {
return null;
};
const formatTokenDec = (token) => {
const formatTokenDec = (token:any) => {
if (token != null && token !== "") {
return token.match(/.{1,4}/g)?.join(" ");
} else {