Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2718 from matrix-org/jaywink/stickerpicker-button…
Browse files Browse the repository at this point in the history
…-warning

Remove unnecessary ref from Stickerpicker
  • Loading branch information
jaywink authored Feb 28, 2019
2 parents 3fa4eca + a74cb00 commit c4c9c77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/views/rooms/Stickerpicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit c4c9c77

Please sign in to comment.