Enable mobs devtools for prod

This commit is contained in:
Jori Lallo
2016-06-04 18:49:53 -07:00
parent f308e2475f
commit 989f26dd74

View File

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