change code formatting

This commit is contained in:
Tobias Maestrini 2024-10-06 02:08:54 +02:00
parent f24c7d7e16
commit 8b4b96bce2
1 changed files with 1 additions and 5 deletions

View File

@ -39,11 +39,7 @@ export default class PageNavigator extends React.Component<IPageNavigatorProps,
<div className={styles.column}>
<Nav selectedKey={this.state.selectedKey}
onLinkClick={this.onLinkClick}
groups={[
{
links: this.state.anchorLinks
}
]}
groups={[{ links: this.state.anchorLinks }]}
theme={this.props.themeVariant as ITheme}
/>
</div>