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
@@ -54,10 +54,6 @@ function Dekoneksyon({tooltipPlacement}) {
)
}
Dekoneksyon.defaultProps = {
tooltipPlacement: 'left'
}
Dekoneksyon.propTypes = {
tooltipPlacement: PropTypes.string
}