WikiEducationFoundation/WikiEduDashboard

View on GitHub
app/assets/javascripts/components/settings/views/site_notice_form.jsx

Summary

Maintainability
A
1 hr
Test Coverage
D
60%

Function SiteNoticeForm has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const SiteNoticeForm = (props) => {
  const [siteNotice, setSiteNotice] = useState();
  const dispatch = useDispatch();

  const handleChange = (key, value) => {

    There are no issues that match your filters.

    Category
    Status