Fix property validation for isKebabDropdownOpen in App.jsx

Change-Id: If454f98212949f2ac5a3873b98411ce5c0c71ad6
This commit is contained in:
Felix Edel 2020-07-13 10:51:48 +02:00
parent ff56e756f2
commit 497a7042ad
No known key found for this signature in database
GPG Key ID: E95717A102DD3030
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class App extends React.Component {
location: PropTypes.object,
history: PropTypes.object,
dispatch: PropTypes.func,
isKebabDropdownOpen: false,
isKebabDropdownOpen: PropTypes.bool,
}
state = {