Browse Source

Fix formatting of option elements in FilamentMapping

MartinNYHC 3 months ago
parent
commit
15437534ed
1 changed files with 4 additions and 4 deletions
  1. 4 4
      frontend/src/components/PrintModal/FilamentMapping.tsx

+ 4 - 4
frontend/src/components/PrintModal/FilamentMapping.tsx

@@ -222,11 +222,11 @@ export function FilamentMapping({
                         })
                       : '';
                     return (
-                  <option key={f.globalTrayId} value={f.globalTrayId} className="bg-bambu-dark text-white">
-                    {f.label}: {f.type} ({f.colorName}){remainingLabel}
-                  </option>
+                      <option key={f.globalTrayId} value={f.globalTrayId} className="bg-bambu-dark text-white">
+                        {f.label}: {f.type} ({f.colorName}){remainingLabel}
+                      </option>
                     );
-                  })}
+                })}
               </select>
               {/* Status icon */}
               {item.status === 'match' ? (