[S] Round to one digit
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
*/
|
||||
progress()
|
||||
{
|
||||
return this.unread.filter(a => !a.unread).length / this.unread.length * 100;
|
||||
return +(this.unread.filter(a => !a.unread).length / this.unread.length * 100).toFixed(1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user