From c841eb641b85995bddb235d3db2c779daffe97a1 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 8 May 2017 11:26:25 +0100 Subject: [PATCH] Fix 'start chat' button --- src/components/views/elements/StartChatButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/elements/StartChatButton.js b/src/components/views/elements/StartChatButton.js index 02d5677a7c..747f75d1b3 100644 --- a/src/components/views/elements/StartChatButton.js +++ b/src/components/views/elements/StartChatButton.js @@ -21,7 +21,7 @@ import PropTypes from 'prop-types'; const StartChatButton = function(props) { const ActionButton = sdk.getComponent('elements.ActionButton'); return ( -