Skip to content

Commit 60728dd

Browse files
committed
fix condition
1 parent 436067b commit 60728dd

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/cross-chain

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/cross-chain/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default async function Page(props: {
111111
let inputSalt: `0x${string}` | undefined;
112112
let creationBlockNumber: bigint | undefined;
113113

114-
if (isProxyDeploy && twCloneFactoryContract) {
114+
if (twCloneFactoryContract) {
115115
const events = await getContractEvents({
116116
contract: twCloneFactoryContract,
117117
events: [ProxyDeployedEvent],

0 commit comments

Comments
 (0)