Update details.js

This commit is contained in:
Marcos Rodriguez Vélez 2023-11-20 16:53:33 -04:00 committed by Overtorment
parent 0bc40d4586
commit ca31762530

View File

@ -450,7 +450,6 @@ const WalletDetails = () => {
const data = [new Date(transaction.received).toString(), hash, value, memo];
if (wallet.chain === Chain.OFFCHAIN) {
// Replace 'condition' with your specific condition
data.push(status);
}