Parcourir la source

fix rebase parenthesis error

behrinml il y a 2 mois
Parent
commit
a459bf45d1
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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}