PSP-11709, PSP-11711, PSP-11712: BVT Observations Primary Contact associated with an Organization contact#5352
Conversation
| onDeleteContact, | ||
| }) => { | ||
| const keycloak = useKeycloakWrapper(); | ||
| const [person, setPerson] = useState<ApiGen_Concepts_Person | null>(null); |
There was a problem hiding this comment.
All state management should be placed in the Container. (i.e. ManagementSummaryContainer)
| ? first(managementFile.noticeOfClaim) | ||
| : null; | ||
|
|
||
| const { |
There was a problem hiding this comment.
All fetch and repository calls should be placed in the Container. (i.e. ManagementSummaryContainer)
| const { hasClaim } = useKeycloakWrapper(); | ||
| const query = useQuery(); | ||
| const history = useHistory(); | ||
| const [person, setPerson] = useState<ApiGen_Concepts_Person | null>(null); |
There was a problem hiding this comment.
All state management and repository calls should be placed in the Container. (i.e. PropertyManagementDetailContainer)
eddherrera
left a comment
There was a problem hiding this comment.
Please review and apply our stablished patterns.
|
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5352 |
|
Tick the box to add this pull request to the merge queue (same as
|
|
|
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5352 |
|
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5352 |


No description provided.