update footer props with ticketnumber

This commit is contained in:
2024-04-09 15:03:33 +01:00
parent f2e143ab1f
commit a836c667b8
3 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -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>
);