Skip to content

Commit

Permalink
refactor: remove commented-out code in tree id page
Browse files Browse the repository at this point in the history
  • Loading branch information
yawn-c111 committed Dec 18, 2024
1 parent 0007415 commit 1015e1e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions pkgs/frontend/app/routes/$treeId.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,3 @@ const WorkspaceTop: FC = () => {
};

export default WorkspaceTop;

// import { useSmartAccountClient } from "hooks/useWallet";

// export default function Tree({ treeId }: { treeId: string }) {
// console.log("=== Tree render ===");

// const smartWallet = useSmartAccountClient();
// console.log("smartWallet.account.address", smartWallet?.account?.address);

// return (
// <>
// <div>
// Tree {treeId}
// <div>{smartWallet?.account?.address}</div>
// </div>
// </>
// );
// }

0 comments on commit 1015e1e

Please sign in to comment.