@eluvio/elv-player-js 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -242,7 +242,7 @@ export const SettingsMenu = ({player, Hide, className=""}) => {
242
242
  content = (
243
243
  <div key="menu" role="menu" className={`${CommonStyles["menu"]} ${CommonStyles["settings-menu"]} ${className}`}>
244
244
  {
245
- !options.hasQualityOptions <= 1 ? null :
245
+ !options.hasQualityOptions ? null :
246
246
  <button autoFocus role="menuitem" onClick={() => SetSubmenu("quality")}
247
247
  className={CommonStyles["menu-option"]}>
248
248
  {`${settings.quality.label}: ${(options.quality.active && options.quality.active.activeLabel) || ""}`}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eluvio/elv-player-js",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "![Eluvio Logo](lib/static/images/Logo.png \"Eluvio Logo\")",
5
5
  "main": "lib/index.js",
6
6
  "license": "MIT",