improvement: icons added to prosthesis types catalog.
This commit is contained in:
@@ -25,10 +25,9 @@ export function TaskProsthesisGroupHeader({
|
||||
return (
|
||||
<div className="flex flex-wrap items-center gap-2 px-3 py-1.5 bg-background-secondary/30 border-b border-border/40">
|
||||
<ProsthesisStackedTypeLabel
|
||||
className="max-w-[16rem] text-xs font-medium"
|
||||
className="min-w-0 whitespace-normal break-words text-xs font-medium"
|
||||
code={group.prosthesisTypeCode}
|
||||
catalog={prosthesisCatalog}
|
||||
title={group.prosthesisTypeLabel}
|
||||
/>
|
||||
<span className="text-xs text-text-secondary">
|
||||
{t('teethLabel', { teeth: formatToothList(group.teeth, archLabels) })}
|
||||
|
||||
Reference in New Issue
Block a user