diff --git a/jsapp/js/components/formSubScreens.es6 b/jsapp/js/components/formSubScreens.es6
index dc9bef0ea7..3e8c744a56 100644
--- a/jsapp/js/components/formSubScreens.es6
+++ b/jsapp/js/components/formSubScreens.es6
@@ -85,7 +85,7 @@ export class FormSubScreens extends React.Component {
return ;
case ROUTES.FORM_REST_HOOK
.replace(':uid', this.state.uid)
- .replace(':hook', this.props.params.hookUid):
+ .replace(':hookUid', this.props.params.hookUid):
return ;
case ROUTES.FORM_KOBOCAT.replace(':uid', this.state.uid):
iframeUrl = deployment__identifier+'/form_settings';