fix(frontend): lint fixe for tweak control panel (#14610)
This commit is contained in:
parent
1d5a3023f4
commit
e87cbd2a36
|
@ -41,7 +41,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<MkSpacer :marginMin="14" :marginMax="22">
|
||||
<slot></slot>
|
||||
</MkSpacer>
|
||||
<div :class="$style.footer" v-if="withFooter">
|
||||
<div v-if="withFooter" :class="$style.footer">
|
||||
<slot name="footer"></slot>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue