Transfer Result Added #356
@@ -120,13 +120,20 @@ function ConfirmNairaWithdraw({
|
||||
<div className="w-full">
|
||||
<div className="logout-modal-header w-full flex items-center justify-between lg:p-6 px-[30px] py-[23px] border-b dark:border-[#5356fb29] border-light-purple">
|
||||
<h2 className="text-26 font-bold text-dark-gray dark:text-white tracking-wide">
|
||||
{completeNairaWithdraw.show
|
||||
? completeNairaWithdraw?.state?.internal_return >= 0
|
||||
? "Transfer Success"
|
||||
: "Transfer Error"
|
||||
: `Withdraw from ${wallet.description} Wallet : ${
|
||||
wallet.symbol
|
||||
}${(wallet.amount * 0.01).toFixed(2)}`}
|
||||
{completeNairaWithdraw.load ? (
|
||||
"Confirming..."
|
||||
) : (
|
||||
<>
|
||||
{" "}
|
||||
{completeNairaWithdraw.show
|
||||
? completeNairaWithdraw?.state?.internal_return >= 0
|
||||
? "Transfer Success"
|
||||
: "Transfer Error"
|
||||
: `Withdraw from ${wallet.description} Wallet : ${
|
||||
wallet.symbol
|
||||
}${(wallet.amount * 0.01).toFixed(2)}`}
|
||||
</>
|
||||
)}
|
||||
</h2>
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user