You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
@@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
|
|||||||
const StartChatButton = function(props) {
|
const StartChatButton = function(props) {
|
||||||
const ActionButton = sdk.getComponent('elements.ActionButton');
|
const ActionButton = sdk.getComponent('elements.ActionButton');
|
||||||
return (
|
return (
|
||||||
<ActionButton action="view_create_chat"
|
<ActionButton action="start_chat"
|
||||||
label="Start chat"
|
label="Start chat"
|
||||||
iconPath="img/icons-people.svg"
|
iconPath="img/icons-people.svg"
|
||||||
size={props.size}
|
size={props.size}
|
||||||
|
|||||||
Reference in New Issue
Block a user