From 9278ac8efa9752bc1b9dfeaf18c6a9c00c3bc247 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Tue, 1 Aug 2023 18:46:16 +0800 Subject: [PATCH] facebook page --- components/FacebookPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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