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
+1 -1
View File
@@ -37,7 +37,7 @@ const Home = (props) => {
<Breadcrumbs />
<Main props={props} />
</div>
<Footer footerLinks={footerLinks} />
<Footer footerLinks={footerLinks} ticketnumber={props} />
</div>
</div>
);