From de1d987014d9e37d0b61250a71443d64a224f294 Mon Sep 17 00:00:00 2001 From: vapao Date: Sat, 4 Jul 2020 01:53:08 +0800 Subject: [PATCH] =?UTF-8?q?F=20=E4=BF=AE=E5=A4=8D=E5=B8=B8=E8=A7=84?= =?UTF-8?q?=E5=8F=91=E5=B8=83Tag=E8=BF=87=E6=BB=A4=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20#137?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/deploy/request/Ext1Form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_web/src/pages/deploy/request/Ext1Form.js b/spug_web/src/pages/deploy/request/Ext1Form.js index 433938c..e0465e9 100644 --- a/spug_web/src/pages/deploy/request/Ext1Form.js +++ b/spug_web/src/pages/deploy/request/Ext1Form.js @@ -157,7 +157,7 @@ class Ext1Form extends React.Component { Object.keys(branches || {}).map(b => {b}) ) : ( Object.entries(tags || {}).map(([tag, info]) => ( - {tag} {info.author} {info.message} + {`${tag} ${info.author} ${info.message}`} )) )}