web: People: Removed useless import

This commit is contained in:
Alexey Safronov 2019-07-29 16:53:35 +03:00
parent d7dd62e193
commit beaa9e8f42

View File

@ -1,5 +1,4 @@
import _ from "lodash";
import config from '../../../package.json';
export function getSelectedUser(selection, userId) {
return _.find(selection, function (obj) {