@@ -33,5 +33,5 @@
- {{ value | date : 'mediumDate' }}
+ {{ value | date : 'mediumDate' }}
diff --git a/client/src/app/home/home.component.ts b/client/src/app/home/home.component.ts
index 03958f1..ca78f37 100644
--- a/client/src/app/home/home.component.ts
+++ b/client/src/app/home/home.component.ts
@@ -6,7 +6,9 @@ import { SetService } from '../set.service';
import { CardService } from '../card.service';
import { CollectionService } from '../collection.service';
-import { Observable } from 'rxjs/observable';
+import { Observable } from 'rxjs/Observable';
+import 'rxjs/add/operator/map';
+import 'rxjs/add/observable/zip';
import { Set } from '../models/set.interface';
import { Card } from '../models/card.interface';
import { Collection } from '../models/collection.interface';
diff --git a/client/src/index.html b/client/src/index.html
index 1368dd0..d9d15af 100644
--- a/client/src/index.html
+++ b/client/src/index.html
@@ -3,7 +3,7 @@
Pokemon TCG Tracker
-
+
diff --git a/electron/updater.js b/electron/updater.js
index ee7b2c8..c917b51 100644
--- a/electron/updater.js
+++ b/electron/updater.js
@@ -45,9 +45,9 @@ ipcMain.on('download-update', () => {
});
ipcMain.on('install-update', () => {
- autoUpdater.quitAndInstall();
-
notify('install-update-starting');
+
+ autoUpdater.quitAndInstall();
});
function notify(title, message) {