diff --git a/js/components/ascribe_forms/form_signup.js b/js/components/ascribe_forms/form_signup.js index 5d4c57aa..69d50005 100644 --- a/js/components/ascribe_forms/form_signup.js +++ b/js/components/ascribe_forms/form_signup.js @@ -6,6 +6,8 @@ import { History } from 'react-router'; import GlobalNotificationModel from '../../models/global_notification_model'; import GlobalNotificationActions from '../../actions/global_notification_actions'; +import UserActions from '../../actions/user_actions'; + import Form from './form'; import Property from './property'; import InputCheckbox from './input_checkbox'; diff --git a/js/components/whitelabel/prize/portfolioreview/components/pr_landing.js b/js/components/whitelabel/prize/portfolioreview/components/pr_landing.js index 2ac1d19a..4cb925a8 100644 --- a/js/components/whitelabel/prize/portfolioreview/components/pr_landing.js +++ b/js/components/whitelabel/prize/portfolioreview/components/pr_landing.js @@ -35,8 +35,6 @@ const PRLanding = React.createClass({ const { location } = this.props; PrizeStore.listen(this.onChange); - - UserActions.fetchCurrentUser(); PrizeActions.fetchPrize(); if (location.query.redirect) {