mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Comment future possibility for deleting pushers
This commit is contained in:
parent
cff1c3010b
commit
c5524851f3
@ -952,6 +952,8 @@ module.exports = React.createClass({
|
||||
} else if (this.state.pushers.length == 0) {
|
||||
devicesSection = <div><i>No devices are push notifications</i></div>
|
||||
} else {
|
||||
// It would be great to be able to delete pushers from here too,
|
||||
// and this wouldn't be hard to add.
|
||||
var rows = [];
|
||||
for (var i = 0; i < this.state.pushers.length; ++i) {
|
||||
rows.push(<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user