lpa dashboard tweaks
This commit is contained in:
@@ -192,7 +192,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
|
||||
|
||||
const lpaid =
|
||||
accountDetails[
|
||||
"pinswg_typeofinvolvement@OData.Community.Display.V1.FormattedValue"
|
||||
"pinswg_contact_associatedlpa@OData.Community.Display.V1.FormattedValue"
|
||||
];
|
||||
|
||||
const [
|
||||
@@ -202,7 +202,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
|
||||
awaitingSubmission,
|
||||
awaitingSubmissionFromBlob,
|
||||
] = await Promise.all([
|
||||
accountDetails.pinswg_typeofinvolvment == 846040012
|
||||
accountDetails.pinswg_typeofinvolvement == 846040012
|
||||
? await getMyLPACases(lpaid)
|
||||
: await getMyCases(loggedInUser),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user