Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Nov 2, 2023
1 parent 4e24495 commit b25bd3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugin-hrm-form/src/components/CustomCRMContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ const CustomCRMContainer: React.FC<Props> = ({

CustomCRMContainer.displayName = 'CustomCRMContainer';

const mapStateToProps = ({ [namespace]: { routing, activeContacts, configuration, connectedCase }, flex }: RootState) => {
const mapStateToProps = ({
[namespace]: { routing, activeContacts, configuration, connectedCase },
flex,
}: RootState) => {
const { selectedTaskSid } = flex.view;
const { isAddingOfflineContact } = routing;
const currentOfflineContact = Object.values(activeContacts.existingContacts).find(
Expand Down

0 comments on commit b25bd3f

Please sign in to comment.