Enable mobs devtools for prod
This commit is contained in:
@@ -53,6 +53,6 @@ render((
|
|||||||
<Route path="/auth/slack" component={SlackAuth} />
|
<Route path="/auth/slack" component={SlackAuth} />
|
||||||
</Route>
|
</Route>
|
||||||
</Router>
|
</Router>
|
||||||
{ __DEV__ ? <DevTools position={{ bottom: 0, right: 0 }} /> : null }
|
{ true || __DEV__ ? <DevTools position={{ bottom: 0, right: 0 }} /> : null }
|
||||||
</div>
|
</div>
|
||||||
), document.getElementById('root'));
|
), document.getElementById('root'));
|
||||||
|
|||||||
Reference in New Issue
Block a user