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
-5
View File
@@ -119,8 +119,3 @@ VweKouteAchte.propTypes = {
niVideyo: PropTypes.bool,
niOdyo: PropTypes.bool
}
VweKouteAchte.defaultProps = {
niVideyo: false,
niOdyo: false
}