From b9ca19989c6a7976bac9bcb6bf08f325a42e913b Mon Sep 17 00:00:00 2001 From: Shichao Zhang Date: Wed, 15 Dec 2021 15:23:44 +0800 Subject: [PATCH] Update head.jsx --- layout/common/head.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/common/head.jsx b/layout/common/head.jsx index 55ca5dd7d..887713d8c 100644 --- a/layout/common/head.jsx +++ b/layout/common/head.jsx @@ -174,7 +174,7 @@ module.exports = class extends Component { {adsenseClientId ? : null} - {followItVerificationCode ? : null} + {followItVerificationCode ? : null} ; } };