From b798f32de3217018086b1a4b1b8aa74ca16a1dbd Mon Sep 17 00:00:00 2001 From: yamanoku <0910yama@gmail.com> Date: Thu, 31 Oct 2024 08:25:42 +0900 Subject: [PATCH] biome --- app/islands/counter.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/islands/counter.tsx b/app/islands/counter.tsx index 8a4e9c7..22e4d71 100644 --- a/app/islands/counter.tsx +++ b/app/islands/counter.tsx @@ -47,7 +47,10 @@ export default function Counter(props: InitialTime) { }; }, []); - const isBirthday = new Date().toLocaleString("ja-JP", { timeZone: "Asia/Tokyo" }).slice(5, 10) === "10-30"; + const isBirthday = + new Date() + .toLocaleString("ja-JP", { timeZone: "Asia/Tokyo" }) + .slice(5, 10) === "10-30"; const getAge = new Date().getFullYear() - 1989; return (