Skip to content

Commit

Permalink
hotfix lang mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
juandans01 committed Sep 14, 2023
1 parent 384527e commit a2db30b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/UI/Select/components/MobileOptions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export const MobileOptions: FunctionComponent<Props> = ({
isSelected={selected && o.value === selected.value}
index={i}
submit={() => {
handleSelected(o)
// handleSelected(o)
submit(o)
}}
/>
))}
Expand Down

0 comments on commit a2db30b

Please sign in to comment.