Forgot to fix other tabs

fix/status-heading-alignment-issues
Francis Dinh 7 years ago
parent 11a89ee06d
commit 52d72599ee

@ -54,7 +54,7 @@ const PostStatusForm = {
const firstchar = this.textAtCaret.charAt(0)
if (firstchar === '@') {
const matchedUsers = filter(this.users, (user) => (String(user.name + user.screen_name)).toUpperCase()
.match(this.textAtCaret.slice(1).toUpperCase()))
.match(this.textAtCaret.slice(1).toUpperCase()))
if (matchedUsers.length <= 0) {
return false
}

Loading…
Cancel
Save