From 8d0393542bd712d7bb7f93874118dedd07b62c7b Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Sat, 31 Aug 2019 01:26:28 +0700 Subject: Update dependencies and lint (#2391) --- source/features/show-names.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features/show-names.tsx') 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({ -- cgit v1.2.3