Browse Source

Feature/unlock experimental features setting for all users (#2351)

* Unlock experimental features setting for all users

* Update changelog
pull/2355/head^2
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
69e1d92ed3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/pages/user-account/user-account-page.html

1
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improved the preselected currency based on the account's currency in the create or edit activity dialog
- Unlocked the experimental features setting for all users
### Fixed

2
apps/client/src/app/pages/user-account/user-account-page.html

@ -251,7 +251,7 @@
</div>
</div>
<div
*ngIf="hasPermissionToUpdateUserSettings && user?.subscription"
*ngIf="hasPermissionToUpdateUserSettings"
class="align-items-center d-flex mt-4 py-1"
>
<div class="pr-1 w-50">

Loading…
Cancel
Save