Skip to content

Commit

Permalink
Nav Clean-up code
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelDau authored Dec 11, 2023
1 parent e6e3e51 commit b6d4df3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import './nav.scss'
import './notification.scss'

import Common from '../../common'
import FocusUtil from '../util/focus-util'
Expand Down Expand Up @@ -228,7 +227,6 @@ export default class Nav extends React.Component {
const list = NavUtil.getOrderedList(navState)
const lockEl = this.getLockEl(navState.locked)
const isNavInaccessible = navState.disabled || !navState.open

const className =
'viewer--components--nav' +
isOrNot(navState.locked, 'locked') +
Expand Down Expand Up @@ -283,6 +281,7 @@ export default class Nav extends React.Component {
return null
})}
</ul>

<Logo />
</nav>
)
Expand Down

0 comments on commit b6d4df3

Please sign in to comment.