diff options
| author | Francis Dinh <normandy@firemail.cc> | 2018-04-11 04:29:46 -0400 |
|---|---|---|
| committer | Francis Dinh <normandy@firemail.cc> | 2018-04-11 04:29:46 -0400 |
| commit | 52d72599eee5e866d60b2c4d946f4d6aaa1ea376 (patch) | |
| tree | 8151d94cb48d79b240cfee4ec6aae073562aeecf /src | |
| parent | 11a89ee06d1296429d32de3f5e925f358ca12a83 (diff) | |
Forgot to fix other tabs
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 81fb86f4..c63c308c 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -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 } |
