From 0c9525aba7e44607f9505cf5998b7f274b8a3618 Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 9 Mar 2024 00:12:43 +0700 Subject: [PATCH] fixes --- src/routes/$namespace/$chainId.tsx | 3 +-- src/routes/__root.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/routes/$namespace/$chainId.tsx b/src/routes/$namespace/$chainId.tsx index b8f33e3..a470fc2 100644 --- a/src/routes/$namespace/$chainId.tsx +++ b/src/routes/$namespace/$chainId.tsx @@ -7,8 +7,7 @@ import { useChainState } from "@/entities/chain/model"; function ChainPage() { const { chain } = Route.useLoaderData(); - - return ; + return ; } export const Route = createFileRoute("/$namespace/$chainId")({ diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx index 02fa1da..3f9507e 100644 --- a/src/routes/__root.tsx +++ b/src/routes/__root.tsx @@ -9,7 +9,7 @@ export const Route = createRootRoute({
-
+