DennyScott/boardgamepal

View on GitHub

Showing 3 of 31 total issues

Function render has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    return (
      <div className="create-group-modal">
        <Modal isOpen={this.props.modal} toggle={this.props.toggle} className={this.props.className} size="lg">
          <ModalHeader toggle={this.props.toggle}>Create Group</ModalHeader>
Severity: Minor
Found in src/features/widgets/groups/CreateGroup.js - About 1 hr to fix

    Function render has 40 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      render() {
        const { landingPage } = this.props;
        return (
          <div className="landing-page">
            <div className="intro-header">
    Severity: Minor
    Found in src/features/offline/landing-page/LandingPage.js - About 1 hr to fix

      Function render has 26 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        render() {
          return(
            <div className={this.props.order % 2 === 0 ? "content-section-a" : "content-section-b"}>
      
              <div className="container">
      Severity: Minor
      Found in src/features/offline/landing-page/LandingPage.js - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language