Fix crash in app list page for normal user

This commit is contained in:
Yang Luo 2023-08-27 11:31:48 +08:00
parent 221c55aa93
commit 98722fd681

View File

@ -37,7 +37,7 @@ const AppListPage = (props) => {
return applications.map(application => {
let homepageUrl = application.homepageUrl;
if (homepageUrl === "<custom-url>") {
homepageUrl = this.props.account.homepage;
homepageUrl = props.account.homepage;
}
return {