Browse Source

fix rebase parenthesis error

behrinml 2 tháng trước cách đây
mục cha
commit
a459bf45d1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      frontend/src/components/PrintModal/index.tsx

+ 2 - 0
frontend/src/components/PrintModal/index.tsx

@@ -1271,6 +1271,8 @@ export function PrintModal({
                 defaultExpanded={!!initialSelectedPrinterIds?.length}
                 showDualNozzleOptions={showDualNozzleOptions}
               />
+            )}
+
             {billingEnabled && printableCostCenters.length > 0 && (
               <CostCenterSelect
                 costCenters={printableCostCenters}