Skip to content

Commit

Permalink
fix(admin-ui): user active claims
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Nov 2, 2022
1 parent bfefd9b commit af3ce0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ function UserForm({ formik }) {
(el) => el.name === data.name,
)
if (
data.status == 'ACTIVE' &&
data.status == 'active' &&
!usedClaimes.includes(data.name)
) {
if (
Expand Down

0 comments on commit af3ce0f

Please sign in to comment.