You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Conform to new react and typescript eslint rules
This commit is contained in:
@@ -286,7 +286,7 @@ export default class MessageActionBar extends React.PureComponent {
|
||||
|
||||
// aria-live=off to not have this read out automatically as navigating around timeline, gets repetitive.
|
||||
return <Toolbar className="mx_MessageActionBar" aria-label={_t("Message Actions")} aria-live="off">
|
||||
{toolbarOpts}
|
||||
{ toolbarOpts }
|
||||
</Toolbar>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user