diff --git a/src/framework/visualisation/react/ui/pages/templates/footer.tsx b/src/framework/visualisation/react/ui/pages/templates/footer.tsx index 5234f60e..06474b11 100644 --- a/src/framework/visualisation/react/ui/pages/templates/footer.tsx +++ b/src/framework/visualisation/react/ui/pages/templates/footer.tsx @@ -7,6 +7,7 @@ interface FooterProps { export const Footer = ({ left, middle, right }: FooterProps): JSX.Element => { return ( <> + {/*
@@ -21,6 +22,7 @@ export const Footer = ({ left, middle, right }: FooterProps): JSX.Element => {
+ */} ) }