ministryofjustice/atet

View on GitHub
app/javascript/packs/pages/claims/EmploymentPage.js

Summary

Maintainability
A
2 hrs
Test Coverage
import { Components } from 'et_gds_design_system';
 
Identical blocks of code found in 2 locations. Consider refactoring.
function setupReveal() {
document.querySelectorAll('*[data-reveal-on-selector]').forEach(function (node) {
const selector = node.attributes['data-reveal-on-selector'].value;
const value = JSON.parse(node.attributes['data-reveal-on-value'].value);
Components.RevealOnRadioButton(node, selector, value);
});
}
 
export default function EmploymentPage() {
//setupReveal();
};