diff --git a/ui/app/templates/components/secret-edit.hbs b/ui/app/templates/components/secret-edit.hbs index 32ecdc901..06bf6bdf3 100644 --- a/ui/app/templates/components/secret-edit.hbs +++ b/ui/app/templates/components/secret-edit.hbs @@ -78,7 +78,7 @@
  • Version {{secretVersion.version}} - {{#if (eq secretVersion.version this.model.currentVersion)}} + {{#if (and (eq secretVersion.version this.model.currentVersion) (not secretVersion.deleted))}} {{else if secretVersion.deleted}}