diff --git a/src/pages/info/index.tsx b/src/pages/info/index.tsx
index 8639aea..9648527 100644
--- a/src/pages/info/index.tsx
+++ b/src/pages/info/index.tsx
@@ -158,7 +158,7 @@ export default function Status(): ReactElement {
}
/>
- {chainId && }
+ {chainId !== null && }
)
}