Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit a36556a

Browse files
committed
chore: already verified valid
1 parent 1f1a66f commit a36556a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content-script/hooks/twitter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ class TwitterHook {
267267
}
268268
// this.main.xlog('info', 'Now address is: '+ this.main.address);
269269
if (settings.syncing !== false && settings.address && this.main.address) {
270-
if (settings.address.toLowerCase() !== this.main.address?.toLowerCase()) {
270+
if (settings.address.toLowerCase() !== this.main.address.toLowerCase()) {
271271
newStatus = 'Address changed.';
272272
this.main.xlog('warn', `Old address: ${settings.address}, now: ${this.main.address}`);
273273
}

0 commit comments

Comments
 (0)