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