diff --git a/js/src/forum/panes/ProfilePane.tsx b/js/src/forum/panes/ProfilePane.tsx index 7ce2ce9..315bcce 100644 --- a/js/src/forum/panes/ProfilePane.tsx +++ b/js/src/forum/panes/ProfilePane.tsx @@ -55,7 +55,7 @@ export default class ProfilePane extends Component { return type.answerField(); } - load() { + async load() { this.answers = this.user.masqueradeAnswers(); const userId = this.user.id();