updated link for submitted reps viewall
This commit is contained in:
@@ -13,6 +13,7 @@ import MyCases from "./myportal/mycases";
|
||||
import MyRepresentations from "./myportal/myrepresentations";
|
||||
import SearchCases from "./myportal/searchcases";
|
||||
import WatchedCases from "./myportal/watchedcases";
|
||||
import MySubmittedReps from "./myportal/mysubmittedrepresentations";
|
||||
import ServiceBanner from "./myportal/servicebanner";
|
||||
import { JSONPath as jsonpath } from "jsonpath-plus";
|
||||
import transLookup from "../data/lookuptranslations.json";
|
||||
@@ -183,9 +184,9 @@ const MyPortal = (props) => {
|
||||
|
||||
{props.myRepresentations.mySubmittedReps
|
||||
.mySubmittedReps.length > 0 && (
|
||||
<WatchedCases
|
||||
<MySubmittedReps
|
||||
currentView={props.currentView}
|
||||
watchedCases={
|
||||
mySubmittedReps={
|
||||
props.myRepresentations.mySubmittedReps
|
||||
}
|
||||
isLPA={isLPA}
|
||||
|
||||
Reference in New Issue
Block a user