Skip to content

Commit

Permalink
Merge pull request #271 from EveripediaNetwork/removes-gtag
Browse files Browse the repository at this point in the history
remove gtag type
  • Loading branch information
Adebesin-Cell authored Jun 26, 2024
2 parents 584a836 + 329f1c8 commit 96d52e5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@metamask/detect-provider": "^1.2.0",
"@reduxjs/toolkit": "^1.8.3",
"@rtk-query/graphql-request-base-query": "^2.1.0",
"@types/gtag.js": "^0.0.12",
"@types/uuid": "^8.3.4",
"@zag-js/react": "^0.1.9",
"@zag-js/tags-input": "^0.2.0",
Expand Down
4 changes: 0 additions & 4 deletions src/components/wallet/WalletConnect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ const WalletConnect = ({
userAddress: data.account,
category: 'connectors',
})
const w = window as any
w.gtag('config', process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS, {
user_id: data.account,
})
onClose()
},
})
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2801,11 +2801,6 @@
dependencies:
"@types/ms" "*"

"@types/gtag.js@^0.0.12":
version "0.0.12"
resolved "https://registry.yarnpkg.com/@types/gtag.js/-/gtag.js-0.0.12.tgz#095122edca896689bdfcdd73b057e23064d23572"
integrity sha512-YQV9bUsemkzG81Ea295/nF/5GijnD2Af7QhEofh7xu+kvCN6RdodgNwwGWXB5GMI3NoyvQo0odNctoH/qLMIpg==

"@types/hoist-non-react-statics@^3.3.1":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
Expand Down

0 comments on commit 96d52e5

Please sign in to comment.