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 (