diff --git a/src/base/components/GridLayouts.tsx b/src/base/components/GridLayouts.tsx index c57280e9..d3468296 100644 --- a/src/base/components/GridLayouts.tsx +++ b/src/base/components/GridLayouts.tsx @@ -60,7 +60,7 @@ export function GridLayouts({ open={open} onClose={handleClose} slotProps={{ - list: { 'aria-labelledby': 'basic-button' } + list: { 'aria-labelledby': 'basic-button' }, }} > diff --git a/src/base/components/settings/text/TextSetting.tsx b/src/base/components/settings/text/TextSetting.tsx index c34797cb..0c1cf6e5 100644 --- a/src/base/components/settings/text/TextSetting.tsx +++ b/src/base/components/settings/text/TextSetting.tsx @@ -32,7 +32,7 @@ export const TextSetting = (props: TextSettingProps) => { slotProps={{ secondary: { sx: { display: 'flex', flexDirection: 'column', wordWrap: 'break-word' }, - } + }, }} /> diff --git a/src/features/manga/components/MangaToolbarMenu.tsx b/src/features/manga/components/MangaToolbarMenu.tsx index acf61a4d..4448a894 100644 --- a/src/features/manga/components/MangaToolbarMenu.tsx +++ b/src/features/manga/components/MangaToolbarMenu.tsx @@ -131,7 +131,7 @@ export const MangaToolbarMenu = ({ manga, onRefresh, refreshing }: IProps) => { slotProps={{ list: { 'aria-labelledby': 'chaptersMenuButton', - } + }, }} > { - if (aborted) {return;} + if (aborted) { + return; + } const isLargeImage = img.width > 600 && img.height > 900; @@ -78,7 +82,9 @@ export const Thumbnail = ({ ], }), ]).then(([palette, averageColor]) => { - if (aborted) {return;} + if (aborted) { + return; + } if ( !palette.Vibrant || diff --git a/src/features/navigation-bar/components/DesktopSideBar.tsx b/src/features/navigation-bar/components/DesktopSideBar.tsx index 309060b6..8c83e6e3 100644 --- a/src/features/navigation-bar/components/DesktopSideBar.tsx +++ b/src/features/navigation-bar/components/DesktopSideBar.tsx @@ -57,7 +57,7 @@ export const DesktopSideBar = ({ navBarItems }: { navBarItems: NavbarItem[] }) = slotProps={{ paper: { ref, - } + }, }} > {title}