added reps/cons details on viewall
This commit is contained in:
@@ -36,6 +36,8 @@ import {
|
||||
setMyRepresentationsDetails,
|
||||
} from "../../store/myRepresentations/action";
|
||||
|
||||
import RepsOnResults from "../search/repsonresults";
|
||||
|
||||
const ViewAllResults = (props) => {
|
||||
const {
|
||||
searchString,
|
||||
@@ -269,6 +271,10 @@ const ViewAllResults = (props) => {
|
||||
"_pinswg_watchedcase_value@OData.Community.Display.V1.FormattedValue"
|
||||
]}
|
||||
</Link>
|
||||
<RepsOnResults
|
||||
detailsObj={detailsObj}
|
||||
appealType={item.pinswg_appealcasetype}
|
||||
/>
|
||||
{currentView.viewKey == "myRepresentations" && (
|
||||
<>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user