Skip to content

Commit

Permalink
fixes #7095
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Oct 11, 2024
1 parent aabc8a3 commit e710064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/auto_join_raids/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {loadModuleForPlatforms} from '../../utils/modules.js';
import watcher from '../../watcher.js';

const RAID_BANNER_SELECTOR = '[data-test-selector="raid-banner"]';
const RAID_LEAVE_BUTTON_SELECTOR = `${RAID_BANNER_SELECTOR} button[class*="ScCoreButtonSecondary"]`;
const RAID_LEAVE_BUTTON_SELECTOR = `${RAID_BANNER_SELECTOR} button[class*="ScCoreButton"]`;

class AutoJoinRaidsModule {
constructor() {
Expand Down

0 comments on commit e710064

Please sign in to comment.