Updated Transaction popup layout

This commit was merged in pull request #467.
This commit is contained in:
2023-10-30 07:04:01 -07:00
parent 329e27b83d
commit beed565ba0
2 changed files with 11 additions and 9 deletions
@@ -17,7 +17,7 @@ const CreditPopup = ({ details, onClose, situation, walletItem }) => {
const getTitle = () => {
if (confirmCredit?.show?.acceptConfirm?.state) {
if (confirmCredit?.data?.internal_return < 0) {
if (confirmCredit?.data?.internal_return <= 0) {
return "Credit Unsuccessful";
} else {
return "Credit Add Completed";