feat: auto

focus input in form login/ register

:%s
This commit is contained in:
lytrankieio123
2021-08-27 18:01:44 +07:00
parent f29f675438
commit a3170ee04d
5 changed files with 28 additions and 8 deletions

View File

@@ -40,7 +40,6 @@ const Header = memo(() => {
</div>
</header>
<HeaderSubMenuMobile />
visible = {visibleModalAuthen.toString()}
<ModalAuthenticate visible={visibleModalAuthen} closeModal={closeModalAuthen} />
</>
)