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} {band.name} -
{getBioText(band, 10000)}
+ {band.biographies.map((bio) => ( +
{bio.description}
+ ))}