fix lint and remove all eslint overrides

This commit is contained in:
Przemek Więch
2026-04-28 23:39:47 +02:00
parent 36852348a8
commit 3c43a3e23e
6 changed files with 15 additions and 28 deletions

View File

@@ -224,7 +224,7 @@ export function TopBar(props: Props) {
}
switch (screenSize) {
case ScreenSize.LARGE:
case ScreenSize.LARGE: {
// Show dropdown if chart is shown, otherwise show individual menu
// items.
const menus = props.showingChart ? (
@@ -251,6 +251,7 @@ export function TopBar(props: Props) {
</>
);
return menus;
}
case ScreenSize.SMALL:
return (