Skip to content

Commit

Permalink
refactor: less lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 24, 2023
1 parent a03cc11 commit 8fcbc99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/elements/PricePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const PricePicker = ({ onChange }) => {
const selectedPlan = PLANS.find(
({ reqsPerMonthPretty }) => reqsPerMonthPretty === event.target.value
)

setPlan(selectedPlan)
onChange(selectedPlan)
}
Expand Down

2 comments on commit 8fcbc99

@vercel
Copy link

@vercel vercel bot commented on 8fcbc99 Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8fcbc99 Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

www – ./

www-microlink.vercel.app
www-git-master-microlink.vercel.app
microlink.io
www.microlink.io

Please sign in to comment.