react_hsbc_teller 1.1.0 → 1.1.1
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/package.json
CHANGED
|
@@ -3538,7 +3538,7 @@ class Video extends Component {
|
|
|
3538
3538
|
id="video20"
|
|
3539
3539
|
autoPlay
|
|
3540
3540
|
muted={true}
|
|
3541
|
-
className="
|
|
3541
|
+
className="videoTab"
|
|
3542
3542
|
/>
|
|
3543
3543
|
<audio id="audio20" autoPlay />
|
|
3544
3544
|
<label style={{ display: 'none' }} id="feedId20" type="text" />
|
|
@@ -3557,7 +3557,7 @@ class Video extends Component {
|
|
|
3557
3557
|
id="video21"
|
|
3558
3558
|
autoPlay
|
|
3559
3559
|
muted={true}
|
|
3560
|
-
className="
|
|
3560
|
+
className="videoTab"
|
|
3561
3561
|
/>
|
|
3562
3562
|
<audio id="audio21" autoPlay />
|
|
3563
3563
|
<label style={{ display: 'none' }} id="feedId21" type="text" />
|