odaptos_design_system 2.0.61 → 2.0.62
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.
- package/dist/odaptos_design_system.cjs.development.js +1 -1
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +1 -1
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Molecules/Interviews/ControlsBar.tsx +11 -9
|
@@ -12600,7 +12600,7 @@ const ControlsBar = ({
|
|
|
12600
12600
|
disabled: disabledEndInterview,
|
|
12601
12601
|
onClick: () => endInterview(),
|
|
12602
12602
|
icon: /*#__PURE__*/React__default.createElement(HangUpIcon, null)
|
|
12603
|
-
}), !isInterviewer && screenShareText && enableScreenSharing && /*#__PURE__*/React__default.createElement(InterviewButton, {
|
|
12603
|
+
}), (!isInterviewer || !isModerated) && screenShareText && enableScreenSharing && /*#__PURE__*/React__default.createElement(InterviewButton, {
|
|
12604
12604
|
id: "odaptos_screen_share",
|
|
12605
12605
|
text: screenShareText,
|
|
12606
12606
|
variant: "screenshare",
|