From 2ac957d8d3bac61d580a5788b46cd88075c6fab8 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Mon, 25 Oct 2021 08:59:20 +0200 Subject: [PATCH] =?UTF-8?q?A-DF-=CE=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ModalBand.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ModalBand.tsx b/src/ModalBand.tsx index 460dc8b..c109654 100644 --- a/src/ModalBand.tsx +++ b/src/ModalBand.tsx @@ -18,7 +18,9 @@ const ModalBand = ({ band, onClose }: Props) => { {band.name} - {getBioText(band, 10000)} + {band.biographies.map((bio) => ( + {bio.description} + ))}