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}`}
))
)}