1
0
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:
Alexander Skvortsov
2020-08-10 19:05:39 -04:00
committed by Franz Liedke
parent 61231debd3
commit 8b7fa012c7

View File

@@ -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>
);