version bump and build

This commit is contained in:
2018-07-28 13:24:44 +02:00
parent 38b8d752bb
commit 27833943f0
3 changed files with 5 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ class CookieConsent extends Component {
}
CookieConsent.propTypes = {
location: PropTypes.oneOf(Object.values(OPTIONS)),
location: PropTypes.oneOf(Object.keys(OPTIONS).map(key => OPTIONS[key])),
style: PropTypes.object,
buttonStyle: PropTypes.object,
contentStyle: PropTypes.object,