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