Fix a few small additions/deletions with UserActions

This commit is contained in:
Brett Sun 2016-01-11 19:10:24 +01:00
parent 8009174787
commit 4133922f31
2 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

@ -35,8 +35,6 @@ const PRLanding = React.createClass({
const { location } = this.props;
PrizeStore.listen(this.onChange);
UserActions.fetchCurrentUser();
PrizeActions.fetchPrize();
if (location.query.redirect) {