fix(ui): fix ui crash and random warning
This commit is contained in:
parent
356a4b2128
commit
8a3e23a061
2 changed files with 2 additions and 3 deletions
|
|
@ -110,7 +110,7 @@ class Login extends React.Component {
|
|||
placeholder="Email"
|
||||
name="email"
|
||||
onChange={this.write}
|
||||
required="true"
|
||||
required
|
||||
icon="user-alt"
|
||||
/>
|
||||
</div>
|
||||
|
|
@ -123,7 +123,7 @@ class Login extends React.Component {
|
|||
placeholder="Password"
|
||||
name="password"
|
||||
onChange={this.write}
|
||||
required="true"
|
||||
required
|
||||
icon="lock-alt"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -82,7 +82,6 @@ function LivePlayer({
|
|||
{!fullView && (
|
||||
<PlayerBlockHeader
|
||||
// @ts-ignore
|
||||
activeTab={activeTab}
|
||||
isMultiview={openedFromMultiview}
|
||||
/>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue