Skip to content

Commit

Permalink
feat: finish picker content
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Aug 16, 2024
1 parent 384a69d commit 44607ea
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,7 @@ export function CollapsibleNavGroupEnabled({
}

return fulfillRegistrationLinksToChromeNavLinks(navLinksResult, navLinks);
}, [
navLinks,
navGroupsMap,
currentNavGroupId,
shouldAppendManageCategory,
]);
}, [navLinks, navGroupsMap, currentNavGroupId, shouldAppendManageCategory]);

const width = useMemo(() => {
if (!isNavOpen) {
Expand Down

0 comments on commit 44607ea

Please sign in to comment.