added ticketnumber props to footer component
This commit is contained in:
@@ -62,7 +62,7 @@ const Home = (props) => {
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
<Footer footerLinks={footerLinks} />
|
||||
<Footer footerLinks={footerLinks} ticketnumber={props} />
|
||||
</div>
|
||||
<TimeOut />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user