Skip to content

Commit

Permalink
Update packages/explorer/src/app/(explorer)/[chainName]/worlds/Worlds…
Browse files Browse the repository at this point in the history
…Form.tsx

Co-authored-by: Kevin Ingersoll <kingersoll@gmail.com>
  • Loading branch information
karooolis and holic authored Oct 16, 2024
1 parent 6a39d1d commit 1ce297e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const formSchema = z.object({
});

export function WorldsForm({ worlds }: { worlds: Address[] }) {
// Initialize the observer store to start fetching transactions
// Reference to imported store observer so the listener is established when this component is used.
store;

const router = useRouter();
Expand Down

0 comments on commit 1ce297e

Please sign in to comment.