diff --git a/src/components/Site/SiteFooter.react.js b/src/components/Site/SiteFooter.react.js index 21592f32..0b54c80b 100644 --- a/src/components/Site/SiteFooter.react.js +++ b/src/components/Site/SiteFooter.react.js @@ -25,12 +25,7 @@ export type Props = {| /** * The footer of your website */ -const SiteFooter = ({ - links = [], - note, - copyright, - nav, -}: Props): React.Node => ( +const SiteFooter = ({ links, note, copyright, nav }: Props): React.Node => ( {(links || note) && (