fix: useful attribute mouseover

feat/type-attributes
Tomáš Mládek 2023-04-02 14:28:52 +02:00
parent 574daef29e
commit 1722336a4a
1 changed files with 3 additions and 1 deletions

View File

@ -233,7 +233,9 @@
<UpLink to={{ attribute: entry.attribute }}>
<Ellipsis
value={$attributeLabels[entry.attribute] || entry.attribute}
title={entry.attribute}
title={$attributeLabels[entry.attribute]
? `${$attributeLabels[entry.attribute]} (${entry.attribute})`
: entry.attribute}
/>
</UpLink>
</td>