aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/routes/components
diff options
context:
space:
mode:
authorZog2018-01-26 12:49:23 +0100
committerZog2018-01-26 12:55:25 +0100
commitf6f52147fcec3b9283dc2890cfb05b0fb19bff33 (patch)
tree9f67e32763e75aa2046fd3db8f3efcfbfbca0992 /app/javascript/routes/components
parent7541bd94814134f9c769a7222865802c18ee1c84 (diff)
downloadchouette-core-f6f52147fcec3b9283dc2890cfb05b0fb19bff33.tar.bz2
Refs #5741 @2h; Add a map of all routes on a line#show
Diffstat (limited to 'app/javascript/routes/components')
-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
+}