diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-22 22:43:40 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-22 22:43:40 +0100 |
| commit | 9778d4cfc04450a4fd9f1330c35df8487c8993bf (patch) | |
| tree | 34d816fcbd6edbebaecd3bc6a5d18f81e0f052fe /src/components/post_status_form | |
| parent | 5abf857705a6e2eb1a81c29bf906999fd91624f4 (diff) | |
More eslint fixes.
Diffstat (limited to 'src/components/post_status_form')
| -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 4a409115..01aeeb68 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -49,7 +49,7 @@ const defaultCollection = { menuContainer: document.body, // column to search against in the object (accepts function or string) - lookup: ({name, screen_name}) => `${name} (@${screen_name})`, + lookup: ({name, screen_name}) => `${name} (@${screen_name})`, // eslint-disable-line camelcase // column that contains the content to insert by default fillAttr: 'screen_name', |
