export default function QualityMenu(props) {
  if (props.items.length < 2) {
    return <noscript />;
  }