update footer props with ticketnumber
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ const Home = (props) => {
|
||||
<Breadcrumbs />
|
||||
<Main props={props} />
|
||||
</div>
|
||||
<Footer footerLinks={footerLinks} />
|
||||
<Footer footerLinks={footerLinks} ticketnumber={props} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user