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:
parent
ed661f993b
commit
41660ed51e
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class EditableHeader extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
EditableHeader.PropTypes = {
|
||||
EditableHeader.propTypes = {
|
||||
title: PropTypes.string.isRequired,
|
||||
onChange: PropTypes.func
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue