Fixing issue #626
The status is not showing anymore after clicking on it
This commit is contained in:
parent
9e99b8c068
commit
9e0dbb7337
2 changed files with 4 additions and 2 deletions
|
@ -117,7 +117,7 @@ const Status = React.createClass({
|
|||
if (status === null) {
|
||||
return (
|
||||
<Column>
|
||||
<LoadingIndicator />
|
||||
<ColumnBackButton />
|
||||
</Column>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue