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

Adds specific class name to kick button.

The class name is similar to the one used for the mute button and is used by the tests to locate and click the button.
master
damencho пре 6 година
родитељ
комит
653471e1c0
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      react/features/remote-video-menu/components/web/KickButton.js

+ 1
- 0
react/features/remote-video-menu/components/web/KickButton.js Прегледај датотеку

@@ -45,6 +45,7 @@ class KickButton extends AbstractKickButton {
45 45
         return (
46 46
             <RemoteVideoMenuButton
47 47
                 buttonText = { t('videothumbnail.kick') }
48
+                displayClass = 'kicklink'
48 49
                 iconClass = 'icon-kick'
49 50
                 id = { `ejectlink_${participantID}` }
50 51
                 // eslint-disable-next-line react/jsx-handler-names

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