updated logout modal message and added to reps
This commit is contained in:
@@ -47,6 +47,7 @@ import {
|
||||
setWatchedCasesDetails,
|
||||
} from "../../../store/watchedCases/action";
|
||||
import ServiceBanner from "../../../components/myportal/servicebanner";
|
||||
import TimeOut from "../../../components/timeout";
|
||||
|
||||
const CaseHome = (props) => {
|
||||
const { footerLinks, pages, setSearchResults, setSearchDetails } = props;
|
||||
@@ -111,6 +112,7 @@ const CaseHome = (props) => {
|
||||
props.currentView.caseReference.currentReference
|
||||
}
|
||||
/>
|
||||
<TimeOut />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -19,6 +19,7 @@ import { setAccountDetails } from "../../../../store/accountDetails/action";
|
||||
import { setCurrentReference } from "../../../../store/currentView/action";
|
||||
import { setSearch } from "../../../../store/search/action";
|
||||
import { wrapper } from "../../../../store/store";
|
||||
import TimeOut from "../../../../components/timeout";
|
||||
|
||||
const CaseHome = (props) => {
|
||||
const { footerLinks, pages } = props;
|
||||
@@ -90,6 +91,7 @@ const CaseHome = (props) => {
|
||||
.ticketnumber
|
||||
}
|
||||
/>
|
||||
<TimeOut />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user