1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Fix ID to be namespaced

Signed-off-by: Marco Zehe <marcozehe@mailbox.org>
This commit is contained in:
Marco Zehe
2020-02-13 19:18:21 +01:00
parent 6319407cab
commit 7840aa74fd
2 changed files with 2 additions and 2 deletions

View File

@@ -285,7 +285,7 @@ export default class RightPanel extends React.Component {
});
return (
<aside className={classes} id="sidebarPanel">
<aside className={classes} id="mx_RightPanel">
{ panel }
</aside>
);

View File

@@ -314,7 +314,7 @@ export default createReactClass({
return (
<div className="mx_RoomHeader light-panel">
<div className="mx_RoomHeader_wrapper" aria-owns="sidebarPanel">
<div className="mx_RoomHeader_wrapper" aria-owns="mx_RightPanel">
<div className="mx_RoomHeader_avatar">{ roomAvatar }{ e2eIcon }</div>
{ privateIcon }
{ name }