Method scoping

Co-authored-by: Travis Ralston <travpc@gmail.com>
pull/21833/head
Jason Robinson 2020-12-01 13:49:47 +02:00 committed by GitHub
parent a67ad0750d
commit f112f4fcef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import * as sdk from '../../../index';
* A dialog for confirming closing the Hosting signup setup dialog.
*/
export default class ConfirmCloseHostingSignupDialog extends React.Component {
render() {
public render() {
const QuestionDialog = sdk.getComponent('views.dialogs.QuestionDialog');
return (
<QuestionDialog