mirror of
https://github.com/Noratrieb/mx-3.git
synced 2026-01-14 15:25:09 +01:00
A-DF-Ω
This commit is contained in:
parent
d578445e33
commit
2ac957d8d3
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,9 @@ const ModalBand = ({ band, onClose }: Props) => {
|
|||
<Modal.Header>{band.name}</Modal.Header>
|
||||
<Modal.Body>
|
||||
<img width="400" src={band.url_for_image_original} alt={band.name} />
|
||||
<div>{getBioText(band, 10000)}</div>
|
||||
{band.biographies.map((bio) => (
|
||||
<div key={bio.lang}>{bio.description}</div>
|
||||
))}
|
||||
</Modal.Body>
|
||||
</Modal>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue