Skip to content

Commit

Permalink
Fix IDO bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Jul 1, 2022
1 parent 6b40779 commit a55ad72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/js/background/handlers.js
Expand Up @@ -229,8 +229,8 @@ export const handleTabState = async (tabId, { status = 'loading' } = {}, tab) =>
if (blocked) {
Settings.setBlockedIcon(tabId)
} else if (disseminatorUrl) {
Settings.setDangerIcon(tabId)
if (!cooperationRefused) {
Settings.setDangerIcon(tabId)
await warnAboutInformationDisseminationOrganizer(tab.url)
}
}
Expand Down

0 comments on commit a55ad72

Please sign in to comment.