UI important identifier (#652)

This commit is contained in:
Adam Kol
2022-01-16 14:17:18 +02:00
committed by GitHub
parent dacdb69164
commit aae03c52e9

View File

@@ -226,7 +226,7 @@ export const EntryTableSection: React.FC<EntrySectionProps> = ({title, color, ar
arrayToIterate && arrayToIterate.length > 0 ?
<EntrySectionContainer title={title} color={color}>
<table>
<tbody>
<tbody id={`tbody-${title}`}>
{arrayToIterateSorted.map(({name, value, selector}, index) => <EntryViewLine
key={index}
label={name}