1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

fix typo in static class member declaration

This commit is contained in:
Steffen Vogel 2019-05-16 00:54:53 +02:00
parent ed661f993b
commit 41660ed51e

View file

@ -100,7 +100,7 @@ class EditableHeader extends React.Component {
}
}
EditableHeader.PropTypes = {
EditableHeader.propTypes = {
title: PropTypes.string.isRequired,
onChange: PropTypes.func
};