Skip to content

Commit

Permalink
Update packages/explorer/src/components/Navigation.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Ingersoll <[email protected]>
  • Loading branch information
karooolis and holic authored Aug 28, 2024
1 parent 9804813 commit 6954e89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/explorer/src/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export function Navigation() {
const getLinkUrl = useWorldUrl();
const { data, isFetched } = useAbiQuery();

console.log(isFetched, data?.isWorldRegistered);

return (
<div className="mb-8">
Expand Down

0 comments on commit 6954e89

Please sign in to comment.