Prevent errors from index and paroles pages

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-14 03:37:04 +04:00
parent c1e8960290
commit 44e0329c64
5 changed files with 130 additions and 35 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ export default function TeksDrawer({teks, anTeks, komante, denyeTeks}) {
/>
) : (
<Box sx={{marginTop: '5em'}}>
<DenyeTeks {...denyeTeks} />
<DenyeTeks denyeTeks={denyeTeks} />
</Box>
)}
</main>