chuksjoe/AutoMart_UI

View on GitHub
UI/js/filter-response.js

Summary

Maintainability
A
45 mins
Test Coverage

Showing 1 of 1 total issue

Avoid deeply nested control flow statements.
Open

if (sel.checked) {
variables.status = sel.value === 'on' ? null : sel.value;
}
Severity: Major
Found in UI/js/filter-response.js - About 45 mins to fix
    Category
    Status