commit
9e7800d6d7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class App extends React.PureComponent {
|
||||||
}
|
}
|
||||||
|
|
||||||
setTitleFromProps(props) {
|
setTitleFromProps(props) {
|
||||||
window.document.title = props.pageTitle;
|
window.document.title = props.pageTitle || "LBRY";
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|
Loading…
Reference in a new issue