[F] Progress percentage * 100

This commit is contained in:
Hykilpikonna
2019-12-21 20:20:35 -05:00
parent cf5c59fb78
commit 693d479b0f
+1 -1
View File
@@ -86,7 +86,7 @@
*/
progress()
{
return this.unread.filter(a => !a.unread).length / this.unread.length;
return this.unread.filter(a => !a.unread).length / this.unread.length * 100;
}
/**