added service account header removed duplicate sign in button
This commit is contained in:
@@ -10,6 +10,7 @@ import Header from "../../components/header";
|
||||
import ViewAll from "../../components/myportal/viewall";
|
||||
import NoSessionWarning from "../../components/nosession";
|
||||
import TimeOut from "../../components/timeout";
|
||||
import ServiceBanner from "../../components/myportal/servicebanner";
|
||||
|
||||
const Home = (props) => {
|
||||
const { footerLinks, pages } = props;
|
||||
@@ -45,6 +46,7 @@ const Home = (props) => {
|
||||
slug={appealtypes}
|
||||
currentView={props.currentView.currentView}
|
||||
/>
|
||||
<ServiceBanner props={props} />
|
||||
<ViewAll
|
||||
searchString={"View All"}
|
||||
searchResultsObj={props.searchResultsObj}
|
||||
|
||||
Reference in New Issue
Block a user