From 226f2e170f0c82dad81eedc22e00a8d166dc8906 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:12:02 +0100 Subject: [PATCH] Handle line breaks in the manga description --- src/components/manga/MangaDetails.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/manga/MangaDetails.tsx b/src/components/manga/MangaDetails.tsx index cb7cd19617..eb9ab7a925 100644 --- a/src/components/manga/MangaDetails.tsx +++ b/src/components/manga/MangaDetails.tsx @@ -241,7 +241,7 @@ export const MangaDetails: React.FC = ({ manga }) => {

{t('settings.about.title')}

-

{manga.description}

+

{manga.description}

{manga.genre.map((g) => (