Skip to content

Commit 07d67d1

Browse files
committed
include "months" for subscription duration
1 parent 03b85cb commit 07d67d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/web/ui/partners/rewards/rewards-logic.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,10 @@ function ConditionLogic({
565565
)}
566566
</InlineBadgePopover>
567567

568+
{condition.attribute === "subscriptionDuration" && (
569+
<span> months</span>
570+
)}
571+
568572
{condition.attribute === "productId" && condition.value && (
569573
<button
570574
type="button"

0 commit comments

Comments
 (0)