Skip to content

Commit

Permalink
Merge pull request #21 from nemac/popup
Browse files Browse the repository at this point in the history
Mobile info popup
  • Loading branch information
levy22d authored Dec 16, 2024
2 parents 3008d09 + eafcc0d commit 8e657bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 8e657bc

Please sign in to comment.