Fixed domain icons for updater

This commit is contained in:
Ryan Kraus
2015-07-14 21:03:19 -04:00
parent 2a437c7023
commit a4c33d9a32
+1 -1
View File
@@ -52,7 +52,7 @@ export default function domainIcon(domain, state) {
return 'social:pages';
case 'updater':
if(state == "True") {
if(state == "update_available") {
return 'icons:cloud-download';
} else {
return 'icons:cloud-done';