Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb
Commits
41660ed5
Commit
41660ed5
authored
May 16, 2019
by
Steffen Vogel
🎅🏼
Browse files
fix typo in static class member declaration
parent
ed661f99
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/editable-header.js
View file @
41660ed5
...
@@ -100,7 +100,7 @@ class EditableHeader extends React.Component {
...
@@ -100,7 +100,7 @@ class EditableHeader extends React.Component {
}
}
}
}
EditableHeader
.
P
ropTypes
=
{
EditableHeader
.
p
ropTypes
=
{
title
:
PropTypes
.
string
.
isRequired
,
title
:
PropTypes
.
string
.
isRequired
,
onChange
:
PropTypes
.
func
onChange
:
PropTypes
.
func
};
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment