diff --git a/src/UI/Components/NotifCard.js b/src/UI/Components/NotifCard.js index 737904e21..1696ee675 100644 --- a/src/UI/Components/NotifCard.js +++ b/src/UI/Components/NotifCard.js @@ -18,8 +18,4 @@ export default def(class NotifCard extends Component { `); } - - on_ready ({ listen }) { - $(this.dom_).find('button').on('click', this.get('on_click') || (() => {})); - } });