Exclude message timestamps from aria live region (#10584)
* Exclude message timestamps from aria live region * Update snapshot
This commit is contained in:
parent
e5b1b7b632
commit
075cb9e622
3 changed files with 4 additions and 3 deletions
|
@ -1090,7 +1090,7 @@ export class UnwrappedEventTile extends React.Component<EventTileProps, IState>
|
|||
|
||||
const timestamp = showTimestamp && ts ? messageTimestamp : null;
|
||||
|
||||
let reactionsRow;
|
||||
let reactionsRow: JSX.Element | undefined;
|
||||
if (!isRedacted) {
|
||||
reactionsRow = (
|
||||
<ReactionsRow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue