Compare commits

...

1 Commits

Author SHA1 Message Date
Adam Kol
aae03c52e9 UI important identifier (#652) 2022-01-16 14:17:18 +02:00

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}