Fix warning

This commit is contained in:
2024-01-23 04:38:02 +04:00
parent a8d099ae44
commit 2a93aecff1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ export default function AnTeks({parole, paroleId}) {
AnTeks.propTypes = {
parole: PropTypes.object,
paroleId: PropTypes.string,
paroleId: PropTypes.number
}