mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
badge text number inclusive of 9, resolves #1001
This commit is contained in:
@@ -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+';
|
||||
|
||||
Reference in New Issue
Block a user