mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
Remove workaround for m.route.Link vnode.text issue, as a more global patch has been added to patchMithril
This commit is contained in:
committed by
Franz Liedke
parent
61231debd3
commit
8b7fa012c7
@@ -38,7 +38,6 @@ export default class ReplyComposer extends ComposerBody {
|
||||
{icon('fas fa-reply')}{' '}
|
||||
<a route={app.route.discussion(discussion)} onclick={minimizeComposerIfFullScreen} options={true}>
|
||||
{discussion.title()}
|
||||
{''}
|
||||
</a>
|
||||
</h3>
|
||||
);
|
||||
|
Reference in New Issue
Block a user