From: Drew Fisher Date: Sun, 18 May 2014 02:15:58 +0000 (-0700) Subject: conv log: add spaces between timestamp, sender, and message X-Git-Url: http://git.zarvox.org/static/%7Bwebsite%7D?a=commitdiff_plain;h=8873f86bf362216495dfe4e4406435faf053dd6b;p=imoo.git conv log: add spaces between timestamp, sender, and message --- diff --git a/reactornado/widgets.js b/reactornado/widgets.js index 16a9d4d..0ff623d 100644 --- a/reactornado/widgets.js +++ b/reactornado/widgets.js @@ -177,8 +177,8 @@ var ConversationTabContent = React.createClass({ var msgclass = "msg " + msg.direction; var msgkey = "msg" + i; messages.push(

- {msg.timestamp} - {sender} + {msg.timestamp} + {sender} {msg.text}

); }