From 66b75534561862cbfade67df9f924a0eed510fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Tue, 21 Apr 2026 19:31:42 +0400 Subject: [PATCH] Adapt AwtisDetay with new API response --- components/awtis/awtis-detay.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/awtis/awtis-detay.js b/components/awtis/awtis-detay.js index 4514418..85b8327 100644 --- a/components/awtis/awtis-detay.js +++ b/components/awtis/awtis-detay.js @@ -75,7 +75,7 @@ export default function AwtisDetay({anAwtis}) { )} - {paroles.data.length > 1 ? ( + {paroles.length > 1 ? ( } @@ -83,11 +83,11 @@ export default function AwtisDetay({anAwtis}) { id='panel-teks-header' > Liste des paroles - + {sortedTeks.map(anPawol => { - const {couverture} = anPawol.attributes + const {couverture} = anPawol const kuvetiFormat = formatKuveti(couverture) return (