Преглед изворни кода

fix(ShareDesktopButton): typo.

master
Hristo Terezov пре 3 година
родитељ
комит
becaf0806a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      react/features/toolbox/components/web/ShareDesktopButton.js

+ 1
- 1
react/features/toolbox/components/web/ShareDesktopButton.js Прегледај датотеку

@@ -122,7 +122,7 @@ const mapStateToProps = state => {
122 122
     if (enableFeaturesBasedOnToken) {
123 123
         // we enable desktop sharing if any participant already have this
124 124
         // feature enabled
125
-        desktopSharingEnabled = state['features/base/participant'].haveParticipantWithScreenSharingFeature;
125
+        desktopSharingEnabled = state['features/base/participants'].haveParticipantWithScreenSharingFeature;
126 126
         desktopSharingDisabledTooltipKey = 'dialog.shareYourScreenDisabled';
127 127
     }
128 128
 

Loading…
Откажи
Сачувај