Merge pull request #2800 from matrix-org/dbkr/really-fix-tag-panel

Really fix tag panel
pull/21833/head
Matthew Hodgson 2019-03-16 13:45:43 +01:00 committed by GitHub
commit d4b05a54e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class CustomRoomTagTile extends React.Component {
render() {
const BaseAvatar = sdk.getComponent('avatars.BaseAvatar');
const AccessibleButton = sdk.getComponent('elements.AccessibleButton');
const Tooltip = sdk.getComponent('rooms.Tooltip');
const Tooltip = sdk.getComponent('elements.Tooltip');
const tag = this.props.tag;
const avatarHeight = 40;