update footer props with ticketnumber
This commit is contained in:
+4
-1
@@ -69,7 +69,10 @@ const CaseHome = (props) => {
|
||||
showLoginCheck={props.currentView.showLogin}
|
||||
/>
|
||||
</div>
|
||||
<Footer footerLinks={footerLinks} />
|
||||
<Footer
|
||||
footerLinks={footerLinks}
|
||||
ticketnumber={props.currentView.caseReference.ticketnumber}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ const Home = (props) => {
|
||||
<Breadcrumbs />
|
||||
<Main props={props} />
|
||||
</div>
|
||||
<Footer footerLinks={footerLinks} />
|
||||
<Footer footerLinks={footerLinks} ticketnumber={props} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -84,7 +84,10 @@ const Home = (props) => {
|
||||
currentView={props.currentView}
|
||||
/>
|
||||
</div>
|
||||
<Footer footerLinks={footerLinks} />
|
||||
<Footer
|
||||
footerLinks={footerLinks}
|
||||
ticketnumber={props.currentView.caseReference.ticketnumber}
|
||||
/>
|
||||
</div>
|
||||
<TimeOut />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user