1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Tweak embedded pages config name

This commit is contained in:
J. Ryan Stinnett
2019-02-08 13:55:23 +00:00
parent 7a15bb65c4
commit 705c3248d4
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ export class TopLeftMenu extends React.Component {
hasHomePage() {
const config = SdkConfig.get();
const pagesConfig = config.pages;
const pagesConfig = config.embeddedPages;
if (pagesConfig && pagesConfig.homeUrl) {
return true;
}