Skip to content

Commit

Permalink
small edit
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Nov 15, 2024
1 parent 146d1b9 commit b44a205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function InvitePartnerSheetContent({ setIsOpen }: InvitePartnerSheetProps) {
type="button"
variant="secondary"
onClick={() => setIsOpen(false)}
text="Close"
text="Cancel"
className="w-fit"
disabled={isExecuting || creatingLink}
/>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/ui/partners/program-commission-description.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function ProgramCommissionDescription({
maximumFractionDigits: 2,
})}{" "}
</strong>
for each conversion
for each sale
{program.recurringCommission &&
((program.recurringDuration && program.recurringDuration > 0) ||
program.isLifetimeRecurring) ? (
Expand Down

0 comments on commit b44a205

Please sign in to comment.