Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitanjli Chopra authored and Gitanjli Chopra committed Oct 17, 2024
1 parent 5a5969f commit c08795a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/UserManagement/UserRevamp/UserInfo.res
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ module UserAction = {
value.profile.id->Option.getOr("") === profileId
) {
ManageUser
} else if (
} else if (
// Merchant level user
value.org.id->Option.getOr("") === orgId &&
value.merchant.id->Option.getOr("") === merchantId &&
value.profile.id->Option.isNone
) {
ManageUser
} else {
} else {
SwitchUser
}
}
Expand Down

0 comments on commit c08795a

Please sign in to comment.