pupilfirst/pupilfirst

View on GitHub
app/frontend/shared/notifier.js

Summary

Maintainability
A
1 hr
Test Coverage

Function notify has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const notify = (title, text, type) => {
  let notificationText = text;
  let textTrusted = false;
  let reloadRequired = false;

Severity: Minor
Found in app/frontend/shared/notifier.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status