Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b4a11d2

Browse files
authoredNov 27, 2020
Merge branch 'dev' into feature/cross-imports
2 parents d04f1ba + 16994fb commit b4a11d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/UserMenu/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const UserMenu = ({ profile }) => {
2525
const toggleMenu = useCallback(() => {
2626
setIsOpenMenu(!isOpenMenu);
2727
}, [isOpenMenu, setIsOpenMenu]);
28-
28+
2929
const onLogoutClick = useCallback((evt) => {
3030
evt.preventDefault();
3131
logout();

0 commit comments

Comments
 (0)
This repository has been archived.