Skip to content

Commit

Permalink
CM-508: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Feb 23, 2024
1 parent 9d3e0a4 commit 1241211
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/payroll/PayrollSearcherReconciled.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useRef, useEffect } from 'react';
import { connect, useSelector } from 'react-redux';
import { bindActionCreators } from 'redux';
import Button from '@material-ui/core/Button';

import {
Searcher,
Expand Down Expand Up @@ -34,7 +33,7 @@ function PayrollSearcherReconciled({
}) {
const history = useHistory();
const modulesManager = useModulesManager();
const { formatMessage, formatMessageWithValues } = useTranslations(MODULE_NAME, modulesManager);
const { formatMessageWithValues } = useTranslations(MODULE_NAME, modulesManager);
const rights = useSelector((store) => store.core.user.i_user.rights ?? []);

const prevSubmittingMutationRef = useRef();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Button from '@material-ui/core/Button';
import Dialog from '@material-ui/core/Dialog';
import DialogActions from '@material-ui/core/DialogActions';
import DialogContent from '@material-ui/core/DialogContent';
import DialogTitle from '@material-ui/core/DialogTitle';
import {
useTranslations,
useModulesManager,
Expand Down

0 comments on commit 1241211

Please sign in to comment.