Fire page now shows also false positives

This commit is contained in:
vjrj 2018-02-20 09:10:44 +01:00
parent f0bf995584
commit 4d52b6c8e0

View file

@ -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>