Fire page now shows also false positives
This commit is contained in:
parent
f0bf995584
commit
4d52b6c8e0
1 changed files with 6 additions and 5 deletions
|
|
@ -131,11 +131,12 @@ class Fire extends React.Component {
|
||||||
|
|
||||||
{(fire.type !== 'vecinal') &&
|
{(fire.type !== 'vecinal') &&
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<Row>
|
{ this.props.falsePositives.length > 0 &&
|
||||||
<Col>
|
<Row>
|
||||||
<Alert bsStyle="success"><Trans>Parece que este fuego no es un fuego forestal.</Trans></Alert>
|
<Col>
|
||||||
</Col>
|
<Alert bsStyle="success"><Trans>Parece que este fuego no es un fuego forestal.</Trans></Alert>
|
||||||
</Row>
|
</Col>
|
||||||
|
</Row> }
|
||||||
<h5>{t('¿No es un fuego forestal?')}</h5>
|
<h5>{t('¿No es un fuego forestal?')}</h5>
|
||||||
<div>
|
<div>
|
||||||
<Trans>Indícanos de que tipo de fuego se trata y ayúdanos así a mejorar nuestras notificaciones:</Trans>
|
<Trans>Indícanos de que tipo de fuego se trata y ayúdanos así a mejorar nuestras notificaciones:</Trans>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue