mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +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 = '';
|
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+';
|
||||||
|
|||||||
Reference in New Issue
Block a user