diff options
author | 2019-08-31 01:26:28 +0700 | |
---|---|---|
committer | 2019-08-31 01:26:28 +0700 | |
commit | 8d0393542bd712d7bb7f93874118dedd07b62c7b (patch) | |
tree | 0a139195466ba76bf5abdd6cbb979e55dcf3322a /source/features/show-names.tsx | |
parent | 0ca864af6da9cac9f503e4abd0c58b60fbe1abc6 (diff) | |
download | refined-github-8d0393542bd712d7bb7f93874118dedd07b62c7b.tar.gz refined-github-8d0393542bd712d7bb7f93874118dedd07b62c7b.tar.zst refined-github-8d0393542bd712d7bb7f93874118dedd07b62c7b.zip |
Update dependencies and lint (#2391)19.8.31
Diffstat (limited to 'source/features/show-names.tsx')
-rw-r--r-- | source/features/show-names.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/show-names.tsx b/source/features/show-names.tsx index 43fcfe5f..9363e991 100644 --- a/source/features/show-names.tsx +++ b/source/features/show-names.tsx @@ -72,7 +72,7 @@ features.add({ features.isDashboard ], load: features.onDomReady, - init: async () => onNewsfeedLoad(init) + init: () => onNewsfeedLoad(init) }); features.add({ |