Skip to content

Commit

Permalink
fix(mv3): 🐛 rules section visible. (#1271)
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Arora <1895906+whizzzkid@users.noreply.github.com>
  • Loading branch information
whizzzkid committed Sep 8, 2023
1 parent a81f545 commit 2a52632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-on/src/options/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function optionsPage (state, emit) {
${resetForm({
onOptionsReset
})}
${supportsBlock
${supportsBlock()
? ''
: redirectRuleForm({
redirectRules: state.redirectRules,
Expand Down

0 comments on commit 2a52632

Please sign in to comment.