diff options
Diffstat (limited to 'source/features/show-names.tsx')
-rw-r--r-- | source/features/show-names.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/show-names.tsx b/source/features/show-names.tsx index 5ca16907..bb1d7680 100644 --- a/source/features/show-names.tsx +++ b/source/features/show-names.tsx @@ -79,5 +79,6 @@ void features.add(__filebasename, { include: [ pageDetect.hasComments, ], + deduplicate: 'has-rgh-inner', init, }); |