added reps/cons details on viewall

This commit is contained in:
2025-05-15 14:04:27 +01:00
parent 2fb7895234
commit ae007d18ad
2 changed files with 9 additions and 3 deletions
+6
View File
@@ -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 />
+3 -3
View File
@@ -8,8 +8,8 @@
"dev:app": "node ./server/server.js",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"start2": "NODE_ENV=production node ./server.js",
"start3": "NODE_ENV=production node_modules/next/dist/bin/next start",
"start": "NODE_ENV=production next start",
"start3": "NODE_ENV=production next start",
"start": "NODE_ENV=production node_modules/next/dist/bin/next start",
"lint": "next lint",
"prisma:generate": "prisma generate"
},
@@ -105,4 +105,4 @@
"eslint-plugin-jsdoc": "^48.2.3",
"prisma": "^5.0.0"
}
}
}