tolulope-od/banka

View on GitHub
www/js/addStaff.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function addNewStaff has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const addNewStaff = () => {
  para.innerHTML = '';
  if (userType.value !== '') {
    addStaffBtn.value = 'LOADING..';
    addStaffBtn.disabled = true;
Severity: Major
Found in www/js/addStaff.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status