mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
rename createGroupButton to not be a total misnomer...
This commit is contained in:
parent
2d8880ec5f
commit
0ff2837d7f
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ const TagPanel = React.createClass({
|
|||
</Droppable>
|
||||
</GeminiScrollbarWrapper>
|
||||
<div className="mx_TagPanel_divider" />
|
||||
<div className="mx_TagPanel_createGroupButton">
|
||||
<div className="mx_TagPanel_groupsButton">
|
||||
<GroupsButton tooltip={true} />
|
||||
</div>
|
||||
</div>;
|
||||
|
|
Loading…
Reference in a new issue