Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kubabutkiewicz committed Dec 12, 2024
1 parent a18d09b commit 6b32ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AccountSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function AccountSwitcher() {
const [user] = useOnyx(ONYXKEYS.USER);
const buttonRef = useRef<HTMLDivElement>(null);
const {windowHeight} = useWindowDimensions();
console.log('test');

const [shouldShowDelegatorMenu, setShouldShowDelegatorMenu] = useState(false);
const [shouldShowOfflineModal, setShouldShowOfflineModal] = useState(false);
Expand Down

0 comments on commit 6b32ced

Please sign in to comment.