mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-12 19:14:08 +00:00
Fix getGoogleAnalyticsTrackingID
This commit is contained in:
parent
ca376c96a8
commit
79cdc1e82c
@ -89,7 +89,7 @@ export const getAllTransactionsUriFrom = (safeAddress: string) => `/safes/${safe
|
||||
|
||||
export const getSafeCreationTxUri = (safeAddress: string) => `/safes/${safeAddress}/creation/`
|
||||
|
||||
export const getGoogleAnalyticsTrackingID = (): string => GOOGLE_ANALYTICS_ID[getNetworkId()]
|
||||
export const getGoogleAnalyticsTrackingID = (): string => GOOGLE_ANALYTICS_ID
|
||||
|
||||
const fetchContractABI = memoize(
|
||||
async (url: string, contractAddress: string, apiKey?: string) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user