Skip to content

Commit ccd9cc8

Browse files
dev: removed unnecessary event param
1 parent e701d39 commit ccd9cc8

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

packages/app/src/components/earn/VaultActionPanel.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -320,18 +320,9 @@ export function VaultActionPanel({
320320
opportunityName: vault.name,
321321
protocol: vault.protocol?.name,
322322
chainId: requestChainId,
323-
walletConnected: isConnected,
324323
});
325324
},
326-
[
327-
isConnected,
328-
posthog,
329-
requestChainId,
330-
selectedAction,
331-
vault.address,
332-
vault.name,
333-
vault.protocol,
334-
],
325+
[posthog, requestChainId, selectedAction, vault.address, vault.name, vault.protocol],
335326
);
336327

337328
const currentApr = formatApr(vault.apy);

0 commit comments

Comments
 (0)