diff --git a/src/pages/workspace/accounting/qbo/export/QuickbooksOutOfPocketExpenseEntitySelectPage.tsx b/src/pages/workspace/accounting/qbo/export/QuickbooksOutOfPocketExpenseEntitySelectPage.tsx index 88c870879d688..83e93759d1c8c 100644 --- a/src/pages/workspace/accounting/qbo/export/QuickbooksOutOfPocketExpenseEntitySelectPage.tsx +++ b/src/pages/workspace/accounting/qbo/export/QuickbooksOutOfPocketExpenseEntitySelectPage.tsx @@ -27,9 +27,9 @@ function Footer({isTaxEnabled, isLocationsEnabled}: {isTaxEnabled: boolean; isLo } return ( - - {isTaxEnabled && {translate('workspace.qbo.outOfPocketTaxEnabledDescription')}} - {isLocationsEnabled && {translate('workspace.qbo.outOfPocketLocationEnabledDescription')}} + + {isTaxEnabled && {translate('workspace.qbo.outOfPocketTaxEnabledDescription')}} + {isLocationsEnabled && {translate('workspace.qbo.outOfPocketLocationEnabledDescription')}} ); }