Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneZein committed Nov 1, 2023
1 parent 9c8a4f9 commit ed98aaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Header/UserToggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const buildItems = (username = '', isOrgAdmin?: boolean, accountNumber?: string,
const prefix = isProd ? '' : `${env === 'ci' ? 'qa' : env}.`;
const accountNumberTooltip = `${intl.formatMessage(messages.useAccountNumber)}`;
const questionMarkRef = useRef(null);
isInternal = true;
return [
<DropdownItem key="Username" isDisabled>
<dl className="chr-c-dropdown-item__stack">
Expand Down

0 comments on commit ed98aaf

Please sign in to comment.