update
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user