diff --git a/themes/hexo/components/MenuList.js b/themes/hexo/components/MenuList.js
index 3f16a2ff..ea1f9c23 100644
--- a/themes/hexo/components/MenuList.js
+++ b/themes/hexo/components/MenuList.js
@@ -26,7 +26,7 @@ const MenuList = (props) => {
if (link && link.show) {
const selected = (router.pathname === link.to) || (router.asPath === link.to)
return
-