Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoum committed Dec 21, 2023
1 parent 0da9760 commit 1593f54
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ export const UserPanel = ({ contextID, scopeId, userName, isDraggable }: UserPan

const openPanelFirstTab = useCallback(() => openPanelTab(), [openPanelTab]);

const a = managedUser.data?.[ManagedUserDatasetKey.OKTA];

const hasUserDetailsData =
!!userRiskData?.user.risk ||
!!managedUser.data?.[ManagedUserDatasetKey.OKTA] ||
Expand Down

0 comments on commit 1593f54

Please sign in to comment.