FireStats null when empty
This commit is contained in:
parent
12bf1ef09d
commit
37e42b70f1
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class FireStats extends Component {
|
|||
if (this.state.lastCheck && this.state.lastFireDetected) {
|
||||
return (<Fragment><br /><Trans>Actualizado <FromNow when={this.state.lastCheck} />, último fuego detectado <FromNow when={this.state.lastFireDetected.when} />.</Trans></Fragment>);
|
||||
}
|
||||
return (<Fragment />);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue