From c486d1421d9bc7a265da925a5c8a4ad21aad491c Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Thu, 2 Apr 2026 15:00:32 +0900 Subject: [PATCH] =?UTF-8?q?=E6=89=BF=E8=AA=8D=E3=83=A1=E3=83=BC=E3=83=AB?= =?UTF-8?q?=E3=83=9C=E3=82=BF=E3=83=B3=E8=A1=A8=E7=A4=BA=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../buttons/承認メール送信ボタン.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/定期申込予約/buttons/承認メール送信ボタン.ts b/src/apps/定期申込予約/buttons/承認メール送信ボタン.ts index ca01992..13b49bd 100644 --- a/src/apps/定期申込予約/buttons/承認メール送信ボタン.ts +++ b/src/apps/定期申込予約/buttons/承認メール送信ボタン.ts @@ -18,7 +18,7 @@ const 表示判定 = (record: 定期申込予約): boolean => { return false; } - if (!!record.IC定期駐車場利用方法) { + if (!!record.IC定期駐車場利用方法.value) { return false; }