diff options
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({ |