Skip to content

Commit

Permalink
ignore id and name
Browse files Browse the repository at this point in the history
  • Loading branch information
oioki committed Sep 19, 2024
1 parent 7b08130 commit 755860b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/app/components/switchButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ function Switch({
isLoading,
isDisabled,
toggle,
// id,
// name,
id,

Check failure on line 28 in static/app/components/switchButton.tsx

View workflow job for this annotation

GitHub Actions / pre-commit lint

'id' is defined but never used. Allowed unused args must match /^_/u
name,

Check failure on line 29 in static/app/components/switchButton.tsx

View workflow job for this annotation

GitHub Actions / pre-commit lint

'name' is defined but never used. Allowed unused args must match /^_/u
className,
...props
}: Props) {
Expand Down

0 comments on commit 755860b

Please sign in to comment.