mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
Fix a few small additions/deletions with UserActions
This commit is contained in:
parent
8009174787
commit
4133922f31
@ -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';
|
||||
|
@ -35,8 +35,6 @@ const PRLanding = React.createClass({
|
||||
const { location } = this.props;
|
||||
|
||||
PrizeStore.listen(this.onChange);
|
||||
|
||||
UserActions.fetchCurrentUser();
|
||||
PrizeActions.fetchPrize();
|
||||
|
||||
if (location.query.redirect) {
|
||||
|
Loading…
Reference in New Issue
Block a user