improvement: icons added to prosthesis types catalog.
This commit is contained in:
@@ -206,10 +206,9 @@ export function TaskRow({
|
||||
</Button>
|
||||
) : null}
|
||||
<ProsthesisStackedTypeLabel
|
||||
className="w-full max-w-[10rem] text-xs font-medium sm:w-[8rem]"
|
||||
className="min-w-0 max-w-full whitespace-normal break-words text-xs font-medium sm:max-w-[16rem] sm:text-end"
|
||||
code={task.prosthesisTypeCode}
|
||||
catalog={prosthesisCatalog}
|
||||
title={task.prosthesisTypeLabel}
|
||||
/>
|
||||
</div>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user