frontend/src/shared/containers/ProgressBar/index.js
Function default
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function (ComposedComponent) {
class ProgressBar extends Component {
constructor(props) {
super(props);
this.state = { loading: true };