Skip to content

Commit

Permalink
minor update.
Browse files Browse the repository at this point in the history
Signed-off-by: krishna2323 <[email protected]>
  • Loading branch information
Krishna2323 committed Dec 12, 2024
1 parent 9dd22de commit 764e286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function WorkspaceWorkflowsApprovalsApproverPage({policy, personalDetails, isLoa
const employeeList = policy?.employeeList;
const approversFromWorkflow = approvalWorkflow?.approvers;
const isDefault = approvalWorkflow?.isDefault;
const membersEmail = useMemo(() => approvalWorkflow?.members.map((mem) => mem.email), [approvalWorkflow?.members]);
const membersEmail = useMemo(() => approvalWorkflow?.members.map((member) => member.email), [approvalWorkflow?.members]);
const sections: ApproverSection[] = useMemo(() => {
const approvers: SelectionListApprover[] = [];

Expand Down

0 comments on commit 764e286

Please sign in to comment.