Skip to content

Commit

Permalink
Merge branch 'main' into dev-rook
Browse files Browse the repository at this point in the history
  • Loading branch information
divyav-aot committed Nov 15, 2023
2 parents b7152d9 + 91aaee2 commit c9c8d05
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 111 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ const MinistryReview = React.memo(({ userDetail }) => {
FOI_COMPONENT_CONSTANTS.REQUEST_TYPE_PERSONAL
);
const [unSavedRequest, setUnSavedRequest] = React.useState(false);

let ministryassignedtousername = "Unassigned";
useEffect(() => {
const requestDetailsValue = requestDetails;
Expand Down
Loading

0 comments on commit c9c8d05

Please sign in to comment.