Fire neighbour icon
This commit is contained in:
parent
72f4ee7fd2
commit
d2d9b2cf05
4 changed files with 12 additions and 3 deletions
|
|
@ -38,6 +38,7 @@ class FireIconMark extends Component {
|
|||
history,
|
||||
falsePositives,
|
||||
industries,
|
||||
neighbour,
|
||||
when,
|
||||
t
|
||||
} = this.props;
|
||||
|
|
@ -81,6 +82,7 @@ FireIconMark.propTypes = {
|
|||
nasa: PropTypes.bool,
|
||||
falsePositives: PropTypes.bool.isRequired,
|
||||
industries: PropTypes.bool.isRequired,
|
||||
neighbour: PropTypes.bool.isRequired,
|
||||
id: PropTypes.object.isRequired,
|
||||
history: PropTypes.object.isRequired,
|
||||
when: PropTypes.instanceOf(Date),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue