fix(Chat): Use proper 'aria-label' attr on tab menu
This commit is contained in:
parent
53a05dd1ad
commit
b6047b9761
|
@ -216,7 +216,7 @@ class Chat extends AbstractChat<Props> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
ariaLabel = { t(_isPollsEnabled ? 'chat.titleWithPolls' : 'chat.title') }
|
aria-label = { t(_isPollsEnabled ? 'chat.titleWithPolls' : 'chat.title') }
|
||||||
className = { 'chat-tabs-container' }
|
className = { 'chat-tabs-container' }
|
||||||
role = 'tablist'>
|
role = 'tablist'>
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Reference in New Issue