Skip to content

Commit

Permalink
CM-296: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Oct 4, 2023
1 parent aed4ae1 commit 519e1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GroupSearcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
RIGHT_GROUP_UPDATE, RIGHT_GROUP_DELETE, SOCIAL_PROTECTION_MODULE_NAME, BENEFIT_PLAN_LABEL,
} from '../constants';
import GroupFilter from './GroupFilter';
import {applyNumberCircle} from "../util/searcher-utils";
import { applyNumberCircle } from '../util/searcher-utils';

function GroupSearcher({
intl,
Expand Down

0 comments on commit 519e1c9

Please sign in to comment.