Fixed persistent loading of user and team

This commit is contained in:
Jori Lallo
2016-05-02 21:58:39 -07:00
parent aa8dbe5626
commit f785e37fab
5 changed files with 40 additions and 33 deletions

View File

@@ -20,7 +20,7 @@ class SlackAuth extends React.Component {
render() {
return (
<div>Loading...</div>
<div></div>
);
}
}