1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +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>
);