fix links spread bug
This commit is contained in:
parent
fe8adaaa49
commit
3da7ec5c2c
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ function SideNavigation(props: Props) {
|
|||
}
|
||||
// $FlowFixMe
|
||||
if (EXTRA_SIDEBAR_LINKS) {
|
||||
SIDE_LINKS.push(EXTRA_SIDEBAR_LINKS);
|
||||
SIDE_LINKS.push(...EXTRA_SIDEBAR_LINKS);
|
||||
}
|
||||
|
||||
const [pulseLibrary, setPulseLibrary] = React.useState(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue