1
0
Эх сурвалжийг харах

tweak(ui): fix NotifCard accessing on_click

KernelDeimos 1 жил өмнө
parent
commit
d2b37fc436

+ 0 - 4
src/UI/Components/NotifCard.js

@@ -18,8 +18,4 @@ export default def(class NotifCard extends Component {
             </div>
         `);
     }
-
-    on_ready ({ listen }) {
-        $(this.dom_).find('button').on('click', this.get('on_click') || (() => {}));
-    }
 });