Skip to content

Commit f87f81d

Browse files
committed
revert unused
1 parent bb73095 commit f87f81d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/clerk-js/src/ui/contexts/components/UserButton.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const useUserButtonContext = () => {
5050

5151
const menuItems = useMemo(() => {
5252
return createUserButtonCustomMenuItems(customMenuItems || [], clerk);
53-
}, [customMenuItems, clerk]);
53+
}, []);
5454

5555
return {
5656
...ctx,

0 commit comments

Comments
 (0)