mirror of
https://github.com/bitwarden/browser
synced 2024-12-24 17:11:55 +01:00
badge text number inclusive of 9, resolves #1001
This commit is contained in:
parent
b912470e69
commit
056cff04a1
@ -480,7 +480,7 @@ export default class MainBackground {
|
||||
}
|
||||
|
||||
let theText = '';
|
||||
if (ciphers.length > 0 && ciphers.length < 9) {
|
||||
if (ciphers.length > 0 && ciphers.length <= 9) {
|
||||
theText = ciphers.length.toString();
|
||||
} else if (ciphers.length > 0) {
|
||||
theText = '9+';
|
||||
|
Loading…
Reference in New Issue
Block a user