From 8a3e23a06128c8612c80904f012b8ae316fb8256 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Thu, 9 Feb 2023 10:31:16 +0100 Subject: [PATCH] fix(ui): fix ui crash and random warning --- frontend/app/components/Login/Login.js | 4 ++-- frontend/app/components/Session/LivePlayer.tsx | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/app/components/Login/Login.js b/frontend/app/components/Login/Login.js index 9a0bdcde8..4e628917d 100644 --- a/frontend/app/components/Login/Login.js +++ b/frontend/app/components/Login/Login.js @@ -110,7 +110,7 @@ class Login extends React.Component { placeholder="Email" name="email" onChange={this.write} - required="true" + required icon="user-alt" /> @@ -123,7 +123,7 @@ class Login extends React.Component { placeholder="Password" name="password" onChange={this.write} - required="true" + required icon="lock-alt" /> diff --git a/frontend/app/components/Session/LivePlayer.tsx b/frontend/app/components/Session/LivePlayer.tsx index 029fb4274..cace337e8 100644 --- a/frontend/app/components/Session/LivePlayer.tsx +++ b/frontend/app/components/Session/LivePlayer.tsx @@ -82,7 +82,6 @@ function LivePlayer({ {!fullView && ( )}