added ticketnumber to setcurrentreference call

This commit is contained in:
2024-04-09 15:01:43 +01:00
parent 20cd10394f
commit 2e812b546d
6 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ const NoSessionWarning = (props) => {
</div>
</div>
<Footer footerLinks={footerLinks} />
<Footer footerLinks={footerLinks} ticketnumber={props} />
</div>
</div>
);