reps defects
This commit is contained in:
@@ -1115,7 +1115,6 @@ const CaseSummary = (props) => {
|
||||
}
|
||||
|
||||
function showRepButton(appealType) {
|
||||
console.log(appealType);
|
||||
switch (appealType) {
|
||||
case 846040012:
|
||||
case 846040013:
|
||||
@@ -1141,19 +1140,16 @@ const CaseSummary = (props) => {
|
||||
: true;
|
||||
|
||||
case 846040018:
|
||||
console.log(
|
||||
let shouldShow =
|
||||
props.searchResultsObj.searchDetailsObj[0].value[0]
|
||||
.pinswg_speacialistcaseprocess,
|
||||
props.searchResultsObj.searchDetailsObj[0].value[0][
|
||||
"pinswg_speacialistcaseprocess@OData.Community.Display.V1.FormattedValue"
|
||||
],
|
||||
isLPA
|
||||
);
|
||||
.pinswg_speacialistcaseprocess == 846040000 && isLPA
|
||||
? true
|
||||
: props.searchResultsObj.searchDetailsObj[0].value[0]
|
||||
.pinswg_speacialistcaseprocess == 846040001
|
||||
? true
|
||||
: false;
|
||||
|
||||
return props.searchResultsObj.searchDetailsObj[0].value[0]
|
||||
.pinswg_speacialistcaseprocess == 846040000 && isLPA
|
||||
? true
|
||||
: false;
|
||||
return shouldShow;
|
||||
|
||||
case 846040019:
|
||||
return showReps(
|
||||
|
||||
Reference in New Issue
Block a user