Skip to content

Commit

Permalink
fix(NI): ESLint errors on Sprite (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsousa12 authored Oct 19, 2022
1 parent 179dcaf commit 90d0391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/icons/Sprite.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable react/no-unknown-property
/* eslint react/no-unknown-property: 0 */
const Sprite = () => (
<svg
focusable="false"
Expand Down

0 comments on commit 90d0391

Please sign in to comment.