1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Revert "Fix 'start chat' button"

This reverts commit c841eb641b.
This commit is contained in:
David Baker
2017-05-16 14:26:46 +01:00
parent 6bd7af2917
commit f8d1a6d240

View File

@@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
const StartChatButton = function(props) {
const ActionButton = sdk.getComponent('elements.ActionButton');
return (
<ActionButton action="view_create_chat"
<ActionButton action="start_chat"
label="Start chat"
iconPath="img/icons-people.svg"
size={props.size}