Skip to content

Commit

Permalink
Merge branch 'react-ga4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Jul 16, 2024
2 parents 896a4e0 + f88b6db commit 921e75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ function App() {
const campusHandler = (campus: Campus) => {
ReactGA.event({
category: "Campus Menu",
action: `${campus.name}`,
label: "campus name",
action: "Campus Menu",
label: `${campus.name}`,
});

mapRef.current!.flyTo({
Expand Down

0 comments on commit 921e75a

Please sign in to comment.