don't show default title - fix #658
This commit is contained in:
parent
d553f9e8e3
commit
5341dab102
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class App extends React.PureComponent {
|
|||
}
|
||||
|
||||
setTitleFromProps(props) {
|
||||
window.document.title = props.pageTitle;
|
||||
window.document.title = props.pageTitle || "LBRY";
|
||||
}
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Add table
Reference in a new issue