1
0
Fork 0

chore: Linter warnings

This commit is contained in:
Joost De Cock 2022-02-12 15:23:37 +01:00
parent 347d666ce7
commit a68f81ec73
22 changed files with 241 additions and 27 deletions

View file

@ -9,12 +9,12 @@ const XrayPath = ({ pathName, partName, draft, t, units }) => {
if (!path) return null
return (
<Ul>
<Attributes attr={path?.attributes} />
<Attributes attr={path.attributes} />
<Li>
<NoSumDiv>
<Deg />
<span className="font-bold mr-2">path.render =</span>
<span>{JSON.stringify(path?.render)}</span>
<span>{JSON.stringify(path.render)}</span>
</NoSumDiv>
</Li>
<Li>