show submitted reps on dashboard
This commit is contained in:
+13
-1
@@ -147,6 +147,7 @@ const MyPortal = (props) => {
|
||||
currentView={props.currentView}
|
||||
watchedCases={props.watchedCases}
|
||||
isLPA={isLPA}
|
||||
myReps={false}
|
||||
/>
|
||||
)}
|
||||
{props.myRepresentations.myRepresentations[
|
||||
@@ -157,8 +158,19 @@ const MyPortal = (props) => {
|
||||
isLPA={isLPA}
|
||||
/>
|
||||
)}
|
||||
{!isLPA && <Dns />}
|
||||
|
||||
{props.myRepresentations.mySubmittedReps
|
||||
.mySubmittedReps.length > 0 && (
|
||||
<WatchedCases
|
||||
currentView={props.currentView}
|
||||
watchedCases={
|
||||
props.myRepresentations.mySubmittedReps
|
||||
}
|
||||
isLPA={isLPA}
|
||||
myReps={true}
|
||||
/>
|
||||
)}
|
||||
{!isLPA && <Dns />}
|
||||
{/* <YourAccount /> */}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user