added missing toJS

This commit is contained in:
Jori Lallo
2016-07-06 23:05:45 -07:00
parent f7092e7665
commit 04d71d44e3

View File

@ -1,5 +1,5 @@
import _isEqual from 'lodash/isEqual';
import { observable, action, computed, runInAction } from 'mobx';
import { observable, action, computed, runInAction, toJS } from 'mobx';
import { client } from 'utils/ApiClient';
import { browserHistory } from 'react-router';