Merge pull request #2718 from matrix-org/jaywink/stickerpicker-button-warning

Remove unnecessary ref from Stickerpicker
This commit is contained in:
Jason Robinson 2019-02-28 16:23:09 +02:00 committed by GitHub
commit c4c9c77330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -349,7 +349,6 @@ export default class Stickerpicker extends React.Component {
key="controls_hide_stickers"
className="mx_MessageComposer_button mx_MessageComposer_stickers mx_Stickers_hideStickers"
onClick={this._onHideStickersClick}
ref='target'
title={_t("Hide Stickers")}
>
</AccessibleButton>;