webpack/assets/javascripts/react_app/components/HostStatuses/index.js
Function HostStatuses
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const HostStatuses = () => {
const url = foremanUrl('/api/v2/host_statuses?per_page=all');
const { status = STATUS.PENDING } = useAPI('get', url, API_OPTIONS);
const Skeleton = () => (