Skip to content

Commit

Permalink
fix: React warning active prop type (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Prado authored Mar 23, 2023
1 parent ac5d56f commit a8b56c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/client/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ plugins:
- "simple-import-sort"
rules:
{
"@typescript-eslint/no-unused-vars": [0, { "argsIgnorePattern": "^_" }],
"@typescript-eslint/no-loss-of-precision": 0,
"simple-import-sort/imports": 2,
"simple-import-sort/exports": 2,
Expand Down
1 change: 1 addition & 0 deletions src/client/src/components/icons/MailIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const MailIcon = ({
fill = "#000",
width = "2",
height = "2",
active: _,
...props
}: ReactiveTraderIcon) => {
return (
Expand Down

0 comments on commit a8b56c2

Please sign in to comment.