improvement: new prosthesis type data structure implemented and finally working!
This commit is contained in:
@@ -146,6 +146,8 @@ export function CaseDetailPanel({
|
||||
toothChart: t('caseSheetToothChart'),
|
||||
connected: tTreatment('connectedBadge'),
|
||||
teeth: t('teethLabel'),
|
||||
archUpper: tTreatment('selectedArchUpper'),
|
||||
archLower: tTreatment('selectedArchLower'),
|
||||
comments: t('caseSheetComments'),
|
||||
noComments: t('caseSheetNoComments'),
|
||||
},
|
||||
@@ -323,7 +325,10 @@ export function CaseDetailPanel({
|
||||
</Badge>
|
||||
<span className="text-sm font-medium text-text-primary">
|
||||
{t('toothGroupTitle', {
|
||||
teeth: formatToothList(group.teeth),
|
||||
teeth: formatToothList(group.teeth, {
|
||||
UA: tTreatment('selectedArchUpper'),
|
||||
LA: tTreatment('selectedArchLower'),
|
||||
}),
|
||||
prosthesis: group.prosthesisTypeLabel,
|
||||
})}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user