client/components/Applications/ApplicationsTable.jsx
Function render
has 81 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { applications, appId } = this.props;
const rowsTotal = Object.keys(applications).length;
let rowIndex = 0;
return (