react_hsbc_teller 0.4.6 → 0.4.7

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react_hsbc_teller",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -2827,7 +2827,6 @@ componentDidMount() {
2827
2827
  {/* {
2828
2828
  videoCustomer
2829
2829
  } */}
2830
- <div style={{ display: (this.state.isCustomer) ? '' : 'none', }}>
2831
2830
  <div
2832
2831
  className={`itemed`}
2833
2832
  style={{ position: "relative",display: (this.state.videoOneName) ? '' : 'none'}}
@@ -3139,7 +3138,7 @@ componentDidMount() {
3139
3138
  <canvas style={{ display: (this.state.videoTwelveName&&!this.state.voiceVideoTwelve) ? '' : 'none', }} className="canvasClassOne" id="subscribe_volumeView12" width="40" height="70"></canvas>
3140
3139
  </div>
3141
3140
 
3142
- </div>
3141
+
3143
3142
  </div>
3144
3143
  <img id="icon_huatong" style={{display:'none'}} src={require("../../assets/img/icon_huatong.png").default}></img>
3145
3144
  </div>