@desynova-digital/player 4.1.7 → 4.1.9
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.
|
@@ -226,7 +226,8 @@ var PlayerHeader = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
226
226
|
isShareAvailable = _this$props6.isShareAvailable,
|
|
227
227
|
isUserGuest = _this$props6.isUserGuest,
|
|
228
228
|
isRightMenuVisible = _this$props6.isRightMenuVisible,
|
|
229
|
-
noRightComponent = _this$props6.noRightComponent
|
|
229
|
+
noRightComponent = _this$props6.noRightComponent,
|
|
230
|
+
showQCReport = _this$props6.showQCReport;
|
|
230
231
|
var _this$state = this.state,
|
|
231
232
|
versionIndex = _this$state.versionIndex,
|
|
232
233
|
updatedVersionsList = _this$state.updatedVersionsList;
|
|
@@ -344,7 +345,7 @@ var PlayerHeader = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
344
345
|
tabIndex: "0"
|
|
345
346
|
}, this.props, {
|
|
346
347
|
onClick: openSharePopup
|
|
347
|
-
})), !isFullscreen && !isUserGuest && (playerType
|
|
348
|
+
})), !isFullscreen && !isUserGuest && showQCReport.includes(playerType) && qcReportAvailable && /*#__PURE__*/_react["default"].createElement(QCReportButton, _extends({
|
|
348
349
|
display: "rounded",
|
|
349
350
|
appearance: "cta",
|
|
350
351
|
icon: "qc_report",
|