Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
joserodolfofreitas committed Aug 27, 2024
1 parent d7478de commit 05e4465
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/components/pricing/PricingTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ export function PlanPrice(props: PlanPriceProps) {
);
}
// else Premium

const originalPriceMultiplicator = monthlyDisplay ? 1 : 12;
const premiumMonthlyValue = annual ? 49 : 49 * 3;
const premiumAnnualValue = premiumMonthlyValue * 12;

Expand Down

0 comments on commit 05e4465

Please sign in to comment.