mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 13:51:13 +00:00
Fix missing signup question bug.
This commit is contained in:
parent
74a54a52ef
commit
b042cf5668
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ export class Signup extends Component<any, State> {
|
|||
<div
|
||||
className="md-div"
|
||||
dangerouslySetInnerHTML={mdToHtml(
|
||||
this.state.site_view.site.application_question
|
||||
this.state.site_view.site.application_question || ""
|
||||
)}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue