mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
cleanup
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
14c06f1336
commit
c1a27f40b7
@ -99,7 +99,6 @@ export class App extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
reaction(() => this.warningsCount, (count) => {
|
reaction(() => this.warningsCount, (count) => {
|
||||||
console.log("warnings", count);
|
|
||||||
broadcastMessage(`cluster-warning-event-count:${cluster.id}`, count);
|
broadcastMessage(`cluster-warning-event-count:${cluster.id}`, count);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user