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