Add domain + add extension id for firefox

This commit is contained in:
mrjvs
2024-01-11 19:31:28 +01:00
parent 06f9f64657
commit 8d7fe1dadf
3 changed files with 9 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ function IndexPopup() {
return (
<Frame>
<div className="popup">
{!domain ? <DisabledScreen /> : <ToggleButton active={isWhitelisted} onClick={toggle} />}
{!domain ? <DisabledScreen /> : <ToggleButton active={isWhitelisted} onClick={toggle} domain={domain} />}
<BottomLabel />
</div>
</Frame>