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

@@ -459,7 +459,7 @@ const LoggedInView = React.createClass({
case PageTypes.HomePage:
{
const pagesConfig = this.props.config.pages;
const pagesConfig = this.props.config.embeddedPages;
let pageUrl = null;
if (pagesConfig) {
pageUrl = pagesConfig.homeUrl;