Showing 2 of 6 total issues
Function App
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function App() { const columns = [ { name: 'tool' }, { name: 'initiator', formatter: o => `${o.id}-${o.name}` }, { name: 'result' },
Function render
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() { return ( <div className="main" > <h1>Welcome to STORYBOOK</h1> <p>This is a UI component dev environment for your app.</p>