mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
UI: Show hints of BitNode documentation and allow opening it in BitVerse (#2513)
This commit is contained in:
@@ -313,7 +313,7 @@ export function SidebarRoot(props: { page: Page }): React.ReactElement {
|
||||
const li_classes = useMemo(() => ({ root: classes.listitem }), [classes.listitem]);
|
||||
const ChevronOpenClose = open ? ChevronLeftIcon : ChevronRightIcon;
|
||||
|
||||
// Explicitily useMemo() to save rerendering deep chunks of this tree.
|
||||
// Explicitly useMemo() to save rerendering deep chunks of this tree.
|
||||
// memo() can't be (easily) used on components like <List>, because the
|
||||
// props.children array will be a different object every time.
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user