view user on click typing tile

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2019-02-24 02:30:45 +00:00
parent 150c941340
commit c99b4bda32
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ module.exports = React.createClass({
width={24} width={24}
height={24} height={24}
resizeMethod="crop" resizeMethod="crop"
viewUserOnClick={true}
/> />
); );
}); });