mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 05:35:11 +00:00
fix(frontend): lint fixe for tweak control panel (#14610)
This commit is contained in:
parent
1d5a3023f4
commit
e87cbd2a36
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue