diff --git a/src/components/manga/MangaToolbarMenu.tsx b/src/components/manga/MangaToolbarMenu.tsx index 10499298..5b99043f 100644 --- a/src/components/manga/MangaToolbarMenu.tsx +++ b/src/components/manga/MangaToolbarMenu.tsx @@ -118,32 +118,32 @@ export const MangaToolbarMenu = ({ manga, onRefresh, refreshing }: IProps) => { {t('manga.label.reload_from_source')} - {manga.inLibrary && ( - <> - - - - - {t('migrate.title')} - - { - setEditCategories(true); - handleClose(); - }} - > - - - {t('manga.label.edit_categories')} - - - )} + {manga.inLibrary && [ + + + + + {t('migrate.title')} + , + { + setEditCategories(true); + handleClose(); + }} + > + + + {t('manga.label.edit_categories')} + , + ]} )}