aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/routes
diff options
context:
space:
mode:
authorLuc Donnet2018-01-31 12:20:25 +0100
committerGitHub2018-01-31 12:20:25 +0100
commit4fa30ef61bd334de0627267b7b2eda4e09c8b728 (patch)
treefa73d3d20cfa67a818b6f1d5f3a0a03898659cad /app/javascript/routes
parente54ee3a4379afb763906ab2ba2fd980349c48334 (diff)
parentc463c3a950246c4c2660ce7df1c1ea8f2acbe578 (diff)
downloadchouette-core-4fa30ef61bd334de0627267b7b2eda4e09c8b728.tar.bz2
Merge pull request #263 from af83/5750-non-commercial-stop-areas
5750 non commercial stop areas
Diffstat (limited to 'app/javascript/routes')
-rw-r--r--app/javascript/routes/components/StopPointList.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/routes/components/StopPointList.js b/app/javascript/routes/components/StopPointList.js
index 43a027084..b39fa0c9c 100644
--- a/app/javascript/routes/components/StopPointList.js
+++ b/app/javascript/routes/components/StopPointList.js
@@ -56,7 +56,7 @@ export default function StopPointList({ stopPoints, onDeleteClick, onMoveUpClick
)
}
-StopPointList.PropTypes = {
+StopPointList.propTypes = {
stopPoints: PropTypes.array.isRequired,
onDeleteClick: PropTypes.func.isRequired,
onMoveUpClick: PropTypes.func.isRequired,
@@ -68,4 +68,4 @@ StopPointList.PropTypes = {
StopPointList.contextTypes = {
I18n: PropTypes.object
-} \ No newline at end of file
+}