FIX: Double clicking full name was broken too

This commit is contained in:
Robin Ward 2016-12-08 11:10:10 -05:00
parent 3d4299151c
commit f6f03ac009
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ export default createWidget('poster-name', {
userLink(attrs, text) { userLink(attrs, text) {
return h('a', { attributes: { return h('a', { attributes: {
href: attrs.usernameUrl, href: attrs.usernameUrl,
'data-auto-route': true,
'data-user-card': attrs.username 'data-user-card': attrs.username
} }, text); } }, text);
}, },