Browse Source

Fix formatting of option elements in FilamentMapping

MartinNYHC 6 tháng trước cách đây
mục cha
commit
15437534ed
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  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' ? (