From 47b6c3d9481d446700036557db0e6ec3f5a39fc9 Mon Sep 17 00:00:00 2001 From: hucong <1422588487@qq.com> Date: Thu, 14 Oct 2021 10:21:47 +0800 Subject: [PATCH] save --- src/forge/Main/tag/Index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/Main/tag/Index.jsx b/src/forge/Main/tag/Index.jsx index a3cf69cc..ff764851 100644 --- a/src/forge/Main/tag/Index.jsx +++ b/src/forge/Main/tag/Index.jsx @@ -12,7 +12,7 @@ import moment from 'moment'; function Tags(props) { - const [ source , setSource ] = useState([]); + const [ source , setSource ] = useState(undefined); const [ isSpin , setIsSpin ] = useState(true); const { projectsId , owner } = props.match.params;