mirror of
https://github.com/flarum/core.git
synced 2025-08-07 08:56:38 +02:00
typo fix
This commit is contained in:
committed by
Franz Liedke
parent
e0e3d6ecae
commit
7beeae6269
@@ -72,7 +72,7 @@ export default class IndexPage extends Page {
|
||||
<ul className="IndexPage-toolbar-view">{listItems(this.viewItems().toArray())}</ul>
|
||||
<ul className="IndexPage-toolbar-action">{listItems(this.actionItems().toArray())}</ul>
|
||||
</div>
|
||||
{<DiscussionList state={app.discussions} />}
|
||||
<DiscussionList state={app.discussions} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user