We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8d0f0 commit 66b9bb9Copy full SHA for 66b9bb9
client/src/app/model/event.service.ts
@@ -39,7 +39,7 @@ export class EventService {
39
}
40
41
private transformEventToNotificaton(instance: Instance, prevInstance: Instance, action: Actions): InfoCenterItem {
42
- // TODO: calculate difference between new and previous instance and update details text accordingly
+
43
const details = this.getChange(instance, prevInstance, action);
44
45
const datePipe = new DatePipe('en-US');
0 commit comments