diff --git a/app/main.js b/app/main.js index fbed121..019ba17 100644 --- a/app/main.js +++ b/app/main.js @@ -156,14 +156,14 @@ function App() { ); } - // BUG 6: Sort button has no accessible label and is missing type="button" - // In some browsers this causes the page to reload (treated as form submit) - // when the sort button is inside a form context. Also missing aria-pressed. function SortButton() { return ( -