Skip to content

Commit

Permalink
Make linter happy after upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Nov 4, 2023
1 parent 1767c82 commit 0c5843f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/viewer/src/app/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default function NavBar() {
/>
</div>
</Link>
{/* eslint-disable-next-line jsx-a11y/control-has-associated-label */}
<button
className="navbar-toggler border-0 shadow-bssb-sm"
type="button"
Expand Down
2 changes: 2 additions & 0 deletions packages/viewer/src/components/replies/ContextViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export default function ContextViewer({
)}
</div>
<div className="ps-2">
{/* eslint-disable-next-line jsx-a11y/control-has-associated-label */}
<button
className="btn btn-light-bssb shadow-bssb-sm d-block border-0 rounded-circle mb-1x"
type="submit"
Expand All @@ -105,6 +106,7 @@ export default function ContextViewer({
>
<BsChevronUp className="text-body-secondary" />
</button>
{/* eslint-disable-next-line jsx-a11y/control-has-associated-label */}
<button
className="btn btn-light-bssb shadow-bssb-sm d-block border-0 rounded-circle"
type="submit"
Expand Down

0 comments on commit 0c5843f

Please sign in to comment.