From 8a6cde7240744c61eb3a4b949df4d254d15558ed Mon Sep 17 00:00:00 2001 From: Haoliang Gao Date: Sat, 26 Apr 2025 16:07:49 +0800 Subject: [PATCH] fix: state is null (#106) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Looks fine, thanks for contributing! It was `undefined` in a previous version, but I forgot to change it afterwards.😂 --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 782a5bd..38a947a 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -51,7 +51,7 @@ export default function Home({
- {state === undefined ? ( + {state == undefined ? (
Monitor State is not defined now, please check your worker's status and KV