Skip to content

Commit 2b6f33f

Browse files
committed
Fix section check
1 parent 8f5a35e commit 2b6f33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webextensions/edge/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const RepostConfirmationCancelerTalkClient = {
128128

129129
console.log(`* Lookup sections for ${urlToMatch}`);
130130
for (const section of config.Sections) {
131-
if (section.Name.toLowerCase() !== "[edge]")
131+
if (section.Name.toLowerCase() !== "edge")
132132
{
133133
continue;
134134
}

0 commit comments

Comments
 (0)