Prod fixes

This commit is contained in:
Jori Lallo
2016-06-04 19:03:00 -07:00
parent 884977843c
commit 3d2f3d002a
3 changed files with 9 additions and 9 deletions

View File

@@ -53,6 +53,6 @@ render((
<Route path="/auth/slack" component={SlackAuth} />
</Route>
</Router>
{ true || __DEV__ ? <DevTools position={{ bottom: 0, right: 0 }} /> : null }
{ __DEV__ ? <DevTools position={{ bottom: 0, right: 0 }} /> : null }
</div>
), document.getElementById('root'));

View File

@@ -4,7 +4,7 @@ import { client } from 'utils/ApiClient';
const store = new class AtlasStore {
@observable atlas;
@observable isFetching;
@observable isFetching = true;
/* Actions */