Change teks to parole
This commit is contained in:
@@ -30,7 +30,7 @@ export default function DenyeTeks({denyeTeks}) {
|
||||
</Container>
|
||||
)}
|
||||
<Grid container spacing={3}>
|
||||
{denyeTeks.map(t => <TeksKat key={t.id} teks={t} />)}
|
||||
{denyeTeks.map(t => <TeksKat key={t.id} parole={t} />)}
|
||||
</Grid>
|
||||
</Container>
|
||||
</Root>
|
||||
|
||||
Reference in New Issue
Block a user