diff --git a/frontend/components/pop/hardcoded/production/WorkOrderList.tsx b/frontend/components/pop/hardcoded/production/WorkOrderList.tsx
index fc45e0e7..92d8968e 100644
--- a/frontend/components/pop/hardcoded/production/WorkOrderList.tsx
+++ b/frontend/components/pop/hardcoded/production/WorkOrderList.tsx
@@ -1436,17 +1436,11 @@ export function WorkOrderList() {
{/* Sub-info: item name + equipment */}
-
-
- ๐ฆ {wi?.item_name || "ํ๋ชฉ"}{(wi?.item_code || wi?.item_number) ? `(${wi?.item_code || wi?.item_number})` : ""}
-
- {!isRework && (
-
โ๏ธ {eqName}
- )}
- {isRework && (
-
โ๏ธ {proc.process_name || proc.process_code}
- )}
-
+
+ ๐ฆ {wi?.item_name || "ํ๋ชฉ"}{(wi?.item_code || wi?.item_number) ? `(${wi?.item_code || wi?.item_number})` : ""}
+ {" ยท "}
+ {!isRework ? `โ๏ธ ${eqName}` : `โ๏ธ ${proc.process_name || proc.process_code}`}
+
{/* Process steps (compressed) โ both normal and rework cards */}
{siblingProcesses.length > 1 && (