diff --git a/scm-ui/ui-components/src/layout/Footer.tsx b/scm-ui/ui-components/src/layout/Footer.tsx index 63e294bb01..a74551198a 100644 --- a/scm-ui/ui-components/src/layout/Footer.tsx +++ b/scm-ui/ui-components/src/layout/Footer.tsx @@ -17,7 +17,8 @@ class Footer extends React.Component { return ""; } - const extensions = binder.getExtensions("footer.links", { me, links }); + const extensionProps = { me, links }; + const extensions = binder.getExtensions("footer.links", extensionProps); return (