Remove default props

This commit is contained in:
2023-07-22 13:25:03 +04:00
parent f2c686d684
commit b2497acd90
11 changed files with 0 additions and 65 deletions
-4
View File
@@ -129,10 +129,6 @@ export default function VweKomante({commentaires, parole, paroleId}) {
)
}
VweKomante.defaultProps = {
commentaires: null
}
VweKomante.propTypes = {
commentaires: PropTypes.array,
parole: PropTypes.object.isRequired,