Procházet zdrojové kódy

fix rebase parenthesis error

behrinml před 2 měsíci
rodič
revize
a459bf45d1
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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}