Remove redefined attribute

This commit is contained in:
Marcus Blättermann 2022-11-02 16:48:05 +01:00
parent 52f4c51495
commit 7f3fec589d
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -367,7 +367,7 @@ const Model = ({
const labelNames = labels[pipe] || []
const help = LABEL_SCHEME_META[pipe]
return (
<Tr key={`${name}-${pipe}`} evenodd={false} key={pipe}>
<Tr evenodd={false} key={pipe}>
<Td style={{ width: '20%' }}>
<Label>
{pipe} {help && <Help>{help}</Help>}