diff --git a/packages/app-webdir-ui/src/QuickLinks/index.js b/packages/app-webdir-ui/src/QuickLinks/index.js index 8b62b280bd..e66ef78c71 100644 --- a/packages/app-webdir-ui/src/QuickLinks/index.js +++ b/packages/app-webdir-ui/src/QuickLinks/index.js @@ -32,4 +32,3 @@ const QuickLinks = () => { }; export { QuickLinks }; - diff --git a/packages/component-footer/src/components/Contact/index.js b/packages/component-footer/src/components/Contact/index.js index ac2c339728..61eaf75a68 100644 --- a/packages/component-footer/src/components/Contact/index.js +++ b/packages/component-footer/src/components/Contact/index.js @@ -11,7 +11,12 @@ import { ColumnSection } from "../ColumnSection"; */ const Contact = ({ - contact: { title = "", contactLink = "", contributionLink = "", columns = []}, + contact: { + title = "", + contactLink = "", + contributionLink = "", + columns = [], + }, }) => { return (