update footer props with ticketnumber
This commit is contained in:
@@ -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