This commit is contained in:
Martti Malmi 2021-08-23 10:10:10 +03:00
parent bb7aa89229
commit 6c1e24311b

View File

@ -18,7 +18,6 @@ export default class Notifications extends View {
if (notification) {
this.notifications[time] = notification;
NotificationTools.getNotificationText(notification).then(text => {
console.log('heii', text);
this.notifications[time].text = text;
this.setState({});
});