[F] Progress percentage * 100
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user