added reps/cons details on viewall
This commit is contained in:
@@ -36,6 +36,8 @@ import {
|
|||||||
setMyRepresentationsDetails,
|
setMyRepresentationsDetails,
|
||||||
} from "../../store/myRepresentations/action";
|
} from "../../store/myRepresentations/action";
|
||||||
|
|
||||||
|
import RepsOnResults from "../search/repsonresults";
|
||||||
|
|
||||||
const ViewAllResults = (props) => {
|
const ViewAllResults = (props) => {
|
||||||
const {
|
const {
|
||||||
searchString,
|
searchString,
|
||||||
@@ -269,6 +271,10 @@ const ViewAllResults = (props) => {
|
|||||||
"_pinswg_watchedcase_value@OData.Community.Display.V1.FormattedValue"
|
"_pinswg_watchedcase_value@OData.Community.Display.V1.FormattedValue"
|
||||||
]}
|
]}
|
||||||
</Link>
|
</Link>
|
||||||
|
<RepsOnResults
|
||||||
|
detailsObj={detailsObj}
|
||||||
|
appealType={item.pinswg_appealcasetype}
|
||||||
|
/>
|
||||||
{currentView.viewKey == "myRepresentations" && (
|
{currentView.viewKey == "myRepresentations" && (
|
||||||
<>
|
<>
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
+3
-3
@@ -8,8 +8,8 @@
|
|||||||
"dev:app": "node ./server/server.js",
|
"dev:app": "node ./server/server.js",
|
||||||
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
|
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
|
||||||
"start2": "NODE_ENV=production node ./server.js",
|
"start2": "NODE_ENV=production node ./server.js",
|
||||||
"start3": "NODE_ENV=production node_modules/next/dist/bin/next start",
|
"start3": "NODE_ENV=production next start",
|
||||||
"start": "NODE_ENV=production next start",
|
"start": "NODE_ENV=production node_modules/next/dist/bin/next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"prisma:generate": "prisma generate"
|
"prisma:generate": "prisma generate"
|
||||||
},
|
},
|
||||||
@@ -105,4 +105,4 @@
|
|||||||
"eslint-plugin-jsdoc": "^48.2.3",
|
"eslint-plugin-jsdoc": "^48.2.3",
|
||||||
"prisma": "^5.0.0"
|
"prisma": "^5.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user