From f97dc36fefc9ea13b543e976e1f90c68a5d53233 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com>
Date: Tue, 8 Oct 2019 17:18:36 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/react/src/modules/user/usersInfo/InfosProject.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/react/src/modules/user/usersInfo/InfosProject.js b/public/react/src/modules/user/usersInfo/InfosProject.js
index 53cd830ea..676de262a 100644
--- a/public/react/src/modules/user/usersInfo/InfosProject.js
+++ b/public/react/src/modules/user/usersInfo/InfosProject.js
@@ -140,7 +140,7 @@ class InfosProject extends Component{
}
{
- data===undefined||data.projects.length===0?:""
+ data===undefined||data.projects.length===0?category=="manage"&&category=="study"?""::""
}
{
data && data.projects && data.projects.map((item,key)=>{