Skip to content

Commit

Permalink
remove discount for monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
ButteryCrumpet authored and Rokt33r committed Jul 20, 2022
1 parent bbae47a commit d2164a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const SubscriptionPlanTables = ({
<SubscriptionPlanHeader
period={selectedPeriod}
plan='standard'
discounted={discounted}
discounted={false}
/>
<div className='plan__item__footer'>
{selectedPlan === 'standard' ? (
Expand Down

0 comments on commit d2164a0

Please sign in to comment.