diff --git a/ui-v2/app/templates/dc/acls/tokens/index.hbs b/ui-v2/app/templates/dc/acls/tokens/index.hbs index c4b5f13c23..8d59c72337 100644 --- a/ui-v2/app/templates/dc/acls/tokens/index.hbs +++ b/ui-v2/app/templates/dc/acls/tokens/index.hbs @@ -91,7 +91,7 @@ {{/if}} -{{#unless (token/is-anonymous item) }} +{{#unless (or (token/is-anonymous item) (eq item.AccessorID token.AccessorID)) }}