projects
/
lemmy-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e86cd3e
)
Fixing undefined user page title. Fixes #77
author
Dessalines
<tyhou13@gmx.com>
Mon, 16 Nov 2020 21:32:44 +0000
(15:32 -0600)
committer
Dessalines
<tyhou13@gmx.com>
Mon, 16 Nov 2020 21:32:44 +0000
(15:32 -0600)
src/shared/components/user.tsx
patch
|
blob
|
history
diff --git
a/src/shared/components/user.tsx
b/src/shared/components/user.tsx
index 37a1384513f91550c81867e8f2caf13642662804..3c50adf8ac06d5ea5457e5983f742040c421aace 100644
(file)
--- a/
src/shared/components/user.tsx
+++ b/
src/shared/components/user.tsx
@@
-250,7
+250,7
@@
export class User extends Component<any, UserState> {
}
get documentTitle(): string {
- return `@${this.state.user
N
ame} - ${this.state.siteRes.site.name}`;
+ return `@${this.state.user
Res.user.n
ame} - ${this.state.siteRes.site.name}`;
}
get bioTag(): string {