diff --git a/apps/dashboard/src/contract-ui/tabs/code/components/code-overview.tsx b/apps/dashboard/src/contract-ui/tabs/code/components/code-overview.tsx index 059f0e57bc7..ef054f644a1 100644 --- a/apps/dashboard/src/contract-ui/tabs/code/components/code-overview.tsx +++ b/apps/dashboard/src/contract-ui/tabs/code/components/code-overview.tsx @@ -198,7 +198,6 @@ export default function Component() { javascript: `import { prepareEvent, getContractEvents } from "thirdweb"; const preparedEvent = prepareEvent({ - contract, signature: "{{function}}" }); const events = await getContractEvents({ @@ -209,7 +208,6 @@ const events = await getContractEvents({ import { useContractEvents } from "thirdweb/react"; const preparedEvent = prepareEvent({ - contract, signature: "{{function}}" }); @@ -223,7 +221,6 @@ export default function Component() { import { useContractEvents } from "thirdweb/react"; const preparedEvent = prepareEvent({ - contract, signature: "{{function}}" });