-
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): conditional rendering for billing components
Adjusted SettingOwnerInfo to only render if the user lacks authorization (v-if="!hasAuthorization"). Moved BillingDialog and its container to render only when the user has authorization (v-else). Updated related snapshot tests to reflect new conditional rendering logic.
- Loading branch information
1 parent
78aa99d
commit 18c7e5c
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters