Skip to content

Commit 0c5843f

Browse files
committed
Make linter happy after upgrade
1 parent 1767c82 commit 0c5843f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/viewer/src/app/NavBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default function NavBar() {
2525
/>
2626
</div>
2727
</Link>
28+
{/* eslint-disable-next-line jsx-a11y/control-has-associated-label */}
2829
<button
2930
className="navbar-toggler border-0 shadow-bssb-sm"
3031
type="button"

packages/viewer/src/components/replies/ContextViewer.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export default function ContextViewer({
9696
)}
9797
</div>
9898
<div className="ps-2">
99+
{/* eslint-disable-next-line jsx-a11y/control-has-associated-label */}
99100
<button
100101
className="btn btn-light-bssb shadow-bssb-sm d-block border-0 rounded-circle mb-1x"
101102
type="submit"
@@ -105,6 +106,7 @@ export default function ContextViewer({
105106
>
106107
<BsChevronUp className="text-body-secondary" />
107108
</button>
109+
{/* eslint-disable-next-line jsx-a11y/control-has-associated-label */}
108110
<button
109111
className="btn btn-light-bssb shadow-bssb-sm d-block border-0 rounded-circle"
110112
type="submit"

0 commit comments

Comments
 (0)