Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 9dde01e0 authored by Gabin Aureche's avatar Gabin Aureche
Browse files

refactor: fix lint

parent b8f30bee
No related branches found
No related tags found
1 merge request!119Resolve "create price comparaison component"
Pipeline #43724 passed
......@@ -114,10 +114,10 @@ export default function PricingComparator() {
type="text"
onKeyDown={event => {
switch (event.key) {
case "ArrowDown":
return decreaseUsers(event.shiftKey);
case "ArrowUp":
return increaseUsers(event.shiftKey);
case "ArrowDown":
return decreaseUsers(event.shiftKey);
case "ArrowUp":
return increaseUsers(event.shiftKey);
}
}}
onChange={event => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment