diff --git a/components/wallet-transactions-table.tsx b/components/wallet-transactions-table.tsx index 57bf166..4620661 100644 --- a/components/wallet-transactions-table.tsx +++ b/components/wallet-transactions-table.tsx @@ -214,11 +214,11 @@ function MobileTransactionDetails({ trx }: { trx: WalletTransaction }) { {trx.transaction_type === "TOPUP" ? ( - + {trx.transaction_type} ) : ( - + {trx.transaction_type} )}