Skip to content

Commit

Permalink
CM-722: fix eslit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Feb 27, 2024
1 parent 39066ff commit 2ef1333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/groups-management/TaskGroupHeadPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { injectIntl } from 'react-intl';
import { withTheme, withStyles } from '@material-ui/core/styles';
import TaskExecutorsPicker from '../../pickers/TaskExecutorsPicker';
import GroupPolicyPicker from '../../pickers/GroupPolicyPicker';
import TaskSourcePicker from "../../pickers/TaskSourcePicker";
import TaskSourcePicker from '../../pickers/TaskSourcePicker';

const styles = (theme) => ({
tableTitle: theme.table.title,
Expand Down

0 comments on commit 2ef1333

Please sign in to comment.