Skip to content

Commit

Permalink
fix: disabled products selectable on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigyanghosh30 committed Oct 25, 2023
1 parent d1f5f21 commit 3e13457
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ const CredExamShop = () => {
"is-selected": exam == examIndex,
})}
onChange={handleChange}
onClick={() => {
setExam(examIndex);
}}
>
<RadioInput
inline
Expand Down

0 comments on commit 3e13457

Please sign in to comment.