Skip to content

Commit

Permalink
Merge pull request #22 from nemac/popup
Browse files Browse the repository at this point in the history
Popup works in mobile
  • Loading branch information
levy22d authored Dec 16, 2024
2 parents 8e657bc + ba1ec76 commit 00b2956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/PractitionerPane.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function PractitionerHeader({ strTrained, practitioner, poppedPractitioner, setP
<IconButton
size="small"
onMouseEnter={handleMouseEnter}
// onMouseLeave={handleMouseLeave}
onMouseLeave={handleMouseLeave}
sx={{
color: 'primary.main',
'&:hover': {
Expand Down Expand Up @@ -171,8 +171,8 @@ function PractitionerHeader({ strTrained, practitioner, poppedPractitioner, setP
practitioner={practitioner}
poppedPractitioner={poppedPractitioner}
setPoppedPractitioner={setPoppedPractitioner}
onMouseEnter={handleMouseEnter}
onMouseLeave={handleMouseLeave}
// onMouseEnter={handleMouseEnter}
// onMouseLeave={handleMouseLeave}
/>

<Button
Expand Down

0 comments on commit 00b2956

Please sign in to comment.