From c32e13d13ba6474907617b3794d28e899403c321 Mon Sep 17 00:00:00 2001 From: BhuvaneshPatil Date: Tue, 12 Sep 2023 23:14:14 +0530 Subject: [PATCH] fix: update the branch --- src/pages/tasks/TaskAssigneeSelectorModal.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/tasks/TaskAssigneeSelectorModal.js b/src/pages/tasks/TaskAssigneeSelectorModal.js index be58c3ab8f57..7e5ab63bdddf 100644 --- a/src/pages/tasks/TaskAssigneeSelectorModal.js +++ b/src/pages/tasks/TaskAssigneeSelectorModal.js @@ -19,7 +19,6 @@ import personalDetailsPropType from '../personalDetailsPropType'; import reportPropTypes from '../reportPropTypes'; import * as ReportUtils from '../../libs/ReportUtils'; import ROUTES from '../../ROUTES'; -import * as ReportUtils from '../../libs/ReportUtils'; import * as Task from '../../libs/actions/Task'; import FullPageNotFoundView from '../../components/BlockingViews/FullPageNotFoundView'; import withCurrentUserPersonalDetails from '../../components/withCurrentUserPersonalDetails';