This commit is contained in:
hucong 2021-10-14 10:21:47 +08:00
parent f6b59e0a3a
commit 47b6c3d948
1 changed files with 1 additions and 1 deletions

View File

@ -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;