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