From 64e639ebea66db929d64d21e0f826f396d15a0c1 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Fri, 26 Feb 2021 11:53:08 +0800 Subject: [PATCH] update --- src/forge/Main/Index.js | 3 +-- src/forge/users/Infos.js | 8 +++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/forge/Main/Index.js b/src/forge/Main/Index.js index d127775d..ade074a0 100644 --- a/src/forge/Main/Index.js +++ b/src/forge/Main/Index.js @@ -243,8 +243,7 @@ class Index extends Component { render() { const { current_user } = this.props; - const { projectsList , recommendList , languageList , languageId , - isSpin, total, search, limit, page, typeList, categoryList } = this.state; + const { projectsList , isSpin , total , search , limit , page , typeList , categoryList } = this.state; return (