Selaa lähdekoodia

fix rebase parenthesis error

behrinml 2 kuukautta sitten
vanhempi
sitoutus
a459bf45d1
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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}