diff --git a/modules/imaging_qc/jsx/imagingQCIndex.js b/modules/imaging_qc/jsx/imagingQCIndex.js index dac360698d3..1445d5a1663 100644 --- a/modules/imaging_qc/jsx/imagingQCIndex.js +++ b/modules/imaging_qc/jsx/imagingQCIndex.js @@ -3,7 +3,8 @@ import React, {Component} from 'react'; import Loader from 'Loader'; import FilterableDataTable from 'FilterableDataTable'; import PropTypes from 'prop-types'; - +// eslint-disable-next-line no-unused-vars +import i18n from 'I18nSetup'; /** * Imaging Quality Control React Component */ @@ -262,4 +263,3 @@ window.addEventListener('load', () => { /> ); }); -