eslint: scream if I try putting a JS comment in a JSX text node
This commit is contained in:
parent
75fc0bf904
commit
f316dac83e
2 changed files with 1 additions and 1 deletions
BIN
.eslintrc.js
BIN
.eslintrc.js
Binary file not shown.
|
@ -30,7 +30,7 @@ const SvgIcon: React.FC<ISvgIcon> = ({ src, alt, size = 24, className }): JSX.El
|
||||||
loader={loader}
|
loader={loader}
|
||||||
data-testid='svg-icon'
|
data-testid='svg-icon'
|
||||||
>
|
>
|
||||||
/* If the fetch fails, fall back to displaying the loader */
|
{/* If the fetch fails, fall back to displaying the loader */}
|
||||||
{loader}
|
{loader}
|
||||||
</InlineSVG>
|
</InlineSVG>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue