From 3e9c9ea6d167809ab13747be47b97074c35334bc Mon Sep 17 00:00:00 2001 From: caishi Date: Fri, 10 Sep 2021 11:50:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83-=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E5=88=97=E8=A1=A8-=E6=98=BE=E7=A4=BA=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E7=9A=84=E5=90=8D=E7=A7=B0nickname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/users/Team-item.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/users/Team-item.jsx b/src/forge/users/Team-item.jsx index f0c6d6013..a88304099 100644 --- a/src/forge/users/Team-item.jsx +++ b/src/forge/users/Team-item.jsx @@ -6,7 +6,7 @@ function TeamItem({item,history}){
{history.push(`/${item.name}`)}} style={{cursor:"pointer"}}>
- {item.name} + {item.nickname}
{item.description}