mirror of
https://github.com/bitwarden/browser
synced 2024-12-25 17:32:46 +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 = '';
|
let theText = '';
|
||||||
if (ciphers.length > 0 && ciphers.length < 9) {
|
if (ciphers.length > 0 && ciphers.length <= 9) {
|
||||||
theText = ciphers.length.toString();
|
theText = ciphers.length.toString();
|
||||||
} else if (ciphers.length > 0) {
|
} else if (ciphers.length > 0) {
|
||||||
theText = '9+';
|
theText = '9+';
|
||||||
|
Loading…
Reference in New Issue
Block a user