Skip to content

Commit

Permalink
Merge pull request #1530 from slntopp/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
loathedrobot authored Mar 7, 2024
2 parents 6add19b + f88d4ce commit 983e773
Show file tree
Hide file tree
Showing 48 changed files with 890 additions and 1,008 deletions.
2 changes: 1 addition & 1 deletion admin-ui/src/components/account/info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ export default {
return this.account.status !== "ACTIVE";
},
stateButtons() {
const status = this.account.status.toLowerCase();
const status = this.account.status?.toLowerCase();
const permanentLock = {
title: "Permanent lock",
newStatusValue: "PERMANENT_LOCK",
Expand Down
Loading

0 comments on commit 983e773

Please sign in to comment.