mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 13:40:06 +00:00
Display progress value without high/max when achievement in progress
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
<span slot="secondary">{{ description() }}</span>
|
||||
@if (earned()) {
|
||||
<p slot="secondary">Earned: {{ date() | date: "medium" }}</p>
|
||||
} @else if (progress() > 0) {
|
||||
<p slot="secondary">Progress: {{ progress() }}</p>
|
||||
}
|
||||
</button>
|
||||
</bit-item>
|
||||
|
||||
Reference in New Issue
Block a user