Fixing issue #626

The status is not showing anymore after clicking on it
This commit is contained in:
Rakib Hasan 2017-02-19 07:32:35 +00:00
parent 9e99b8c068
commit 9e0dbb7337
2 changed files with 4 additions and 2 deletions

View file

@ -117,7 +117,7 @@ const Status = React.createClass({
if (status === null) {
return (
<Column>
<LoadingIndicator />
<ColumnBackButton />
</Column>
);
}