diff options
Diffstat (limited to 'source/features/dim-bots.tsx')
-rw-r--r-- | source/features/dim-bots.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/dim-bots.tsx b/source/features/dim-bots.tsx index c69c3c21..cc255df7 100644 --- a/source/features/dim-bots.tsx +++ b/source/features/dim-bots.tsx @@ -51,7 +51,7 @@ void features.add(import.meta.url, { pageDetect.isConversationList, ], exclude: [ - pageDetect.isBlank, // Prevent error on empty milestone list #5544 + pageDetect.isBlank, // Prevent error on empty lists #5544 ], deduplicate: 'has-rgh-inner', init, |