fix: state is null (#106)

Looks fine, thanks for contributing!

It was `undefined` in a previous version, but I forgot to change it afterwards.😂
pull/108/head
Haoliang Gao 2025-04-26 16:07:49 +08:00 committed by GitHub
parent 4bcf4173ea
commit 8a6cde7240
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export default function Home({
<main className={inter.className}>
<Header />
{state === undefined ? (
{state == undefined ? (
<Center>
<Text fw={700}>
Monitor State is not defined now, please check your worker&apos;s status and KV