Fires not found

This commit is contained in:
vjrj 2018-01-23 09:51:44 +01:00
parent a62e18d071
commit 3e3e31be43

View file

@ -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 />);
}
}