From a169c449295b5d0c047bf8ff7c2735f9c7f3da78 Mon Sep 17 00:00:00 2001 From: Chris Blanchard Date: Sat, 3 Oct 2015 16:23:32 +0100 Subject: [PATCH] Fixes #61 --- lib/react/message.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/react/message.jsx b/lib/react/message.jsx index 7948a1d..18b4009 100644 --- a/lib/react/message.jsx +++ b/lib/react/message.jsx @@ -132,8 +132,10 @@ var ChatMessage = React.createClass({ {deleteButton} - - {this.state.createdAt} + + + {this.state.createdAt} +

{this.messageContent()}