🔥(frontend) remove duplicated aria-label from join screen username input
Eliminate redundant accessibility attribute that wasn't providing relevant information to screen readers.
This commit is contained in:
committed by
aleb_the_flash
parent
2246bb7782
commit
e519f00342
@@ -353,7 +353,6 @@ export const Join = ({
|
|||||||
type="text"
|
type="text"
|
||||||
onChange={setUsername}
|
onChange={setUsername}
|
||||||
label={t('usernameLabel')}
|
label={t('usernameLabel')}
|
||||||
aria-label={t('usernameLabel')}
|
|
||||||
defaultValue={initialUserChoices?.username}
|
defaultValue={initialUserChoices?.username}
|
||||||
validate={(value) => !value && t('errors.usernameEmpty')}
|
validate={(value) => !value && t('errors.usernameEmpty')}
|
||||||
wrapperProps={{
|
wrapperProps={{
|
||||||
|
|||||||
Reference in New Issue
Block a user