hexlet-codebattle/codebattle

View on GitHub
services/app/apps/codebattle/assets/js/widgets/components/ExtensionPopup.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function ExtensionPopup has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function ExtensionPopup() {
  const [modalShowing, setModalShowing] = useState(true);
  const handleHide = () => { setModalShowing(false); };

  return (

    There are no issues that match your filters.

    Category
    Status