Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Jun 22, 2024
1 parent cecc9dd commit 5997f6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/reports/components/ReportFilter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import SplitButton from '../../common/components/SplitButton';
import SelectField from '../../common/components/SelectField';
import { useRestriction } from '../../common/util/permissions';

const ReportFilter = ({ children, handleSubmit, handleSchedule, showOnly, ignoreDevice, multiDevice, includeGroups, loading }) => {
const ReportFilter = ({
children, handleSubmit, handleSchedule, showOnly, ignoreDevice, multiDevice, includeGroups, loading,
}) => {
const classes = useReportStyles();
const dispatch = useDispatch();
const t = useTranslation();
Expand Down

0 comments on commit 5997f6f

Please sign in to comment.