Skip to content

Commit

Permalink
refactor: 💡 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
koepferd committed Mar 4, 2021
1 parent 324018f commit 1bd2269
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/agencySelection/AgencySelection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,9 @@ export const AgencySelection = (props: AgencySelectionProps) => {
agency
)
}
onMouseEnter={() => {
setDisplayAgencyInfo(
agency
);
}}
onMouseEnter={() =>
setDisplayAgencyInfo(agency)
}
onMouseLeave={() =>
setDisplayAgencyInfo(null)
}
Expand Down

0 comments on commit 1bd2269

Please sign in to comment.