Explorar el Código

fix rebase parenthesis error

behrinml hace 2 meses
padre
commit
a459bf45d1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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}