Hide smart stack controls when they are not required

The code that checked for the presence of the smart stack plugin had a typo,
and would display smart stack controls whenever the stack and scan extension
was detected (whether or not the smart stack extension was enabled).

This is now fixed.
This commit is contained in:
Richard 2021-09-16 15:47:11 +01:00
parent b2eb1e0f05
commit bb4b7335a3

View file

@ -245,7 +245,7 @@
</div>
</li>
<!--Show stack and scan if scan plugin is enabled-->
<li v-if="scanUri" :class="{ 'uk-open': smartStack && scanCapture }">
<li v-if="smartScanUri" :class="{ 'uk-open': smartStack && scanCapture }">
<a class="uk-accordion-title" href="#">Smart Stack</a>
<div
class="uk-accordion-content"