From a54c33ae6380a7f433b67f118ffd94dba5cc8bf6 Mon Sep 17 00:00:00 2001 From: iwata Date: Tue, 1 Aug 2023 19:48:44 +0900 Subject: [PATCH] =?UTF-8?q?default=E3=82=B1=E3=83=BC=E3=82=B9=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dictation_client/src/pages/LicensePage/licenseOrderHistory.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dictation_client/src/pages/LicensePage/licenseOrderHistory.tsx b/dictation_client/src/pages/LicensePage/licenseOrderHistory.tsx index d1e9275..664bb29 100644 --- a/dictation_client/src/pages/LicensePage/licenseOrderHistory.tsx +++ b/dictation_client/src/pages/LicensePage/licenseOrderHistory.tsx @@ -176,7 +176,6 @@ export const LicenseOrderHistory: React.FC = ( {x.poNumber} {(() => { - // eslint-disable-next-line default-case switch (x.status) { case STATUS.ISSUE_REQESTING: return t( @@ -196,6 +195,8 @@ export const LicenseOrderHistory: React.FC = ( "orderHistoriesPage.label.orderCanceled" ) ); + default: + return ""; } })()}