Skip to content

Commit c729c54

Browse files
committed
Fix missing column
1 parent 724922e commit c729c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contexts/RainbowProvider/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const Web3ContextProvider = props => {
5757

5858
useEffect(() => {
5959
if (isConnected && activeConnector?.name) {
60-
sendGAEvent("wallet_connected", {
60+
sendGAEvent("event", "wallet_connected", {
6161
wallet_type: activeConnector.name,
6262
})
6363
}

0 commit comments

Comments
 (0)