mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
comment out visibility:hidden
div as it seems unfinished
and refers to undefined method `this._onJoinGroupClick` Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
856d1ee5f9
commit
5fbadbc44f
@ -124,7 +124,7 @@ export default withMatrixClient(React.createClass({
|
||||
) }
|
||||
</div>
|
||||
</div>
|
||||
<div className="mx_MyGroups_joinBox mx_MyGroups_headerCard">
|
||||
{/*<div className="mx_MyGroups_joinBox mx_MyGroups_headerCard">
|
||||
<AccessibleButton className='mx_MyGroups_headerCard_button' onClick={this._onJoinGroupClick}>
|
||||
<TintableSvg src="img/icons-create-room.svg" width="50" height="50" />
|
||||
</AccessibleButton>
|
||||
@ -140,7 +140,7 @@ export default withMatrixClient(React.createClass({
|
||||
{ 'i': (sub) => <i>{ sub }</i> })
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</div>*/}
|
||||
</div>
|
||||
<div className="mx_MyGroups_content">
|
||||
{ contentHeader }
|
||||
|
Loading…
Reference in New Issue
Block a user