summaryrefslogtreecommitdiff
path: root/lib/rfq-last/shared/rfq-items-dialog.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rfq-last/shared/rfq-items-dialog.tsx')
-rw-r--r--lib/rfq-last/shared/rfq-items-dialog.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfq-last/shared/rfq-items-dialog.tsx b/lib/rfq-last/shared/rfq-items-dialog.tsx
index eed3d154..afed9576 100644
--- a/lib/rfq-last/shared/rfq-items-dialog.tsx
+++ b/lib/rfq-last/shared/rfq-items-dialog.tsx
@@ -345,7 +345,7 @@ export function RfqItemsDialog({
<span className="font-mono text-sm font-medium">{item.materialCode || "-"}</span>
{item.acc && (
<span className="text-xs text-muted-foreground font-mono">
- ACC: {item.acc}
+ {item.acc}
</span>
)}
</div>