feat: afficher les commentaires (locaux et Mastodon)

This commit is contained in:
2026-07-04 23:45:27 +04:00
parent b40e2d71b0
commit eda30345c6
7 changed files with 177 additions and 7 deletions
-1
View File
@@ -8,7 +8,6 @@ export default function AnTeks({parole, paroleId}) {
<Teks
parole={parole}
paroleId={paroleId}
commentaires={parole?.commentaires}
/>
)
}