Skip to content

Commit

Permalink
fix: Remove i18n reminder (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
aug-dev committed Aug 10, 2024
1 parent 8690e15 commit 8de3285
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scripts/interactive-ruleset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ export class InteractiveRuleset {
getMatchingRules(props: Readonly<LinkProps>): RulesetMatches[] {
const results: RulesetMatches[] = [];
// Get rules from user's personal blacklist
// Note: I need to internationalize this string later with translate() !!
const matches = getMatchesPerRuleset(
"personal-blocklist",
this.userRuleset,
Expand Down

0 comments on commit 8de3285

Please sign in to comment.