Fires not found
This commit is contained in:
parent
a62e18d071
commit
3e3e31be43
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
/* global Chronos */
|
||||
/* eslint-disable import/no-absolute-path */
|
||||
/* eslint-disable react/jsx-indent-props */
|
||||
/* eslint-disable react/jsx-indent */
|
||||
|
|
@ -101,7 +102,7 @@ class Fire extends React.Component {
|
|||
</Fragment>
|
||||
}
|
||||
</div>
|
||||
) : <div>{!loading && <NotFound />} </div>);
|
||||
) : <NotFound />);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue