From 43be508702c29bfcbdb2d597bf456fc25fedf1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= Date: Tue, 12 Apr 2022 14:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/glcc/help/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glcc/help/index.jsx b/src/glcc/help/index.jsx index 10186ff0e..cc9d16901 100644 --- a/src/glcc/help/index.jsx +++ b/src/glcc/help/index.jsx @@ -3,6 +3,7 @@ import { wikiPages, getWiki } from '../../forge/Wiki/api'; import bg from '../img/help_bg.png'; import './index.scss'; function Help(props) { + const {showNotification} = props; const [fileArrInit, setFileArrInit] = useState(null); const [checkItem, setCheckItem] = useState({}); const [itemDetail, setItemDetail] = useState({});