Skip to content

Commit b160129

Browse files
frontend v1.0
1 parent c9888cf commit b160129

File tree

6 files changed

+426
-51
lines changed

6 files changed

+426
-51
lines changed

packages/nextjs/app/debug/_components/contract/ContractUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const ContractUI = ({
4848
isLoading: deployedContractLoading,
4949
status,
5050
} = useDeployedContractInfo(contractName);
51-
debugger;
51+
5252
console.log('1111111111111');
5353
const tabs = [
5454
{ id: "read", label: "Read" },

0 commit comments

Comments
 (0)