import { Nav, Navbar } from 'react-bootstrap' import { NavPrice, Sorts, noNavSelect } from '../common' import styles from '../../header.module.css' export default function SecondBar (props) { const { topNavKey } = props if (noNavSelect(props)) return null return ( ) }