We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b85cb commit 07d67d1Copy full SHA for 07d67d1
apps/web/ui/partners/rewards/rewards-logic.tsx
@@ -565,6 +565,10 @@ function ConditionLogic({
565
)}
566
</InlineBadgePopover>
567
568
+ {condition.attribute === "subscriptionDuration" && (
569
+ <span> months</span>
570
+ )}
571
+
572
{condition.attribute === "productId" && condition.value && (
573
<button
574
type="button"
0 commit comments