diff --git a/components/FacebookPage.js b/components/FacebookPage.js index 9acadf79..95f77fc1 100644 --- a/components/FacebookPage.js +++ b/components/FacebookPage.js @@ -7,7 +7,7 @@ import { FacebookIcon } from 'react-share' * @returns */ const FacebookPage = () => { - if (!BLOG.FACEBOOK_APP_ID && !BLOG.FACEBOOK_PAGE) { + if (!BLOG.FACEBOOK_APP_ID || !BLOG.FACEBOOK_PAGE) { return <> } return