From 736781544409ce3a8f575ec333bd10c6d934f407 Mon Sep 17 00:00:00 2001 From: Abdelhafidh Belalia <16493223+s77rt@users.noreply.github.com> Date: Fri, 24 May 2024 06:50:47 +0100 Subject: [PATCH] Update QuickbooksOutOfPocketExpenseConfigurationPage.tsx --- .../qbo/export/QuickbooksOutOfPocketExpenseConfigurationPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/workspace/accounting/qbo/export/QuickbooksOutOfPocketExpenseConfigurationPage.tsx b/src/pages/workspace/accounting/qbo/export/QuickbooksOutOfPocketExpenseConfigurationPage.tsx index 6aca5f4af8a6..aa521ddc7465 100644 --- a/src/pages/workspace/accounting/qbo/export/QuickbooksOutOfPocketExpenseConfigurationPage.tsx +++ b/src/pages/workspace/accounting/qbo/export/QuickbooksOutOfPocketExpenseConfigurationPage.tsx @@ -41,6 +41,7 @@ function QuickbooksOutOfPocketExpenseConfigurationPage({policy}: WithPolicyConne description = translate('workspace.qbo.accountsPayable'); break; default: + break; } return [hintText, description];