diff --git a/compose.yaml b/compose.yaml index 178f80c2d..5dd768eb5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,5 +1,5 @@ --- -x-version: 0.5.0 +x-version: 0.5.1 services: db: @@ -66,7 +66,7 @@ services: command: start ember: - image: ghcr.io/adfinis/mysagw/ember:0.2.2 + image: ghcr.io/adfinis/mysagw/ember:0.2.3 minio: image: minio/minio:RELEASE.2024-12-13T22-19-12Z diff --git a/ember/app/ui/components/identity-addresses/template.hbs b/ember/app/ui/components/identity-addresses/template.hbs index 67588ec16..30bdf0a3c 100644 --- a/ember/app/ui/components/identity-addresses/template.hbs +++ b/ember/app/ui/components/identity-addresses/template.hbs @@ -66,7 +66,7 @@

{{t "components.identity-addresses.list.empty"}}

{{/if}} - {{#if (and (can "add address" @identity) (not @readOnlyView))}} + {{#if (can "add address" @identity)}}