- {/*
*/}
-
- {/*
*/}
-
+
+
{loyaltyDetails?.points.pointsBack && loyaltyDetails?.loyaltyProgram === 'points' && (
Points Back
@@ -92,7 +90,7 @@ export const PayToLabel = () => {
)}
- {/* {hasProductDetails && (
+ {productDetails.length > 0 && (
NFT Rewards
@@ -111,7 +109,7 @@ export const PayToLabel = () => {
)}
- )} */}
+ )}
diff --git a/yarn.lock b/yarn.lock
index 9425b15f..e9cd3293 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5159,7 +5159,7 @@
"@radix-ui/react-use-layout-effect" "1.0.1"
"@radix-ui/react-visually-hidden" "1.0.3"
-"@radix-ui/react-tooltip@^1.0.5":
+"@radix-ui/react-tooltip@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@radix-ui/react-tooltip/-/react-tooltip-1.0.6.tgz#87a7786cd9f2b4de957ac645afae1575339c58b0"
integrity sha512-DmNFOiwEc2UDigsYj6clJENma58OelxD24O4IODoZ+3sQc3Zb+L8w1EP+y9laTuKCLAysPw4fD6/v0j4KNV8rg==