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') &&
|
||||
<Fragment>
|
||||
{ this.props.falsePositives.length > 0 &&
|
||||
<Row>
|
||||
<Col>
|
||||
<Alert bsStyle="success"><Trans>Parece que este fuego no es un fuego forestal.</Trans></Alert>
|
||||
</Col>
|
||||
</Row>
|
||||
</Row> }
|
||||
<h5>{t('¿No es un fuego forestal?')}</h5>
|
||||
<div>
|
||||
<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