mirror of
https://github.com/frappe/books.git
synced 2025-01-02 22:50:14 +00:00
chore: fix lint
This commit is contained in:
parent
140b2ce5be
commit
e6a68d98b5
@ -41,7 +41,10 @@
|
||||
<hr v-if="suggestions.length" />
|
||||
|
||||
<!-- Search List -->
|
||||
<div :style="`max-height: ${49 * 6 - 1}px`" class="overflow-auto custom-scroll">
|
||||
<div
|
||||
:style="`max-height: ${49 * 6 - 1}px`"
|
||||
class="overflow-auto custom-scroll"
|
||||
>
|
||||
<div
|
||||
v-for="(si, i) in suggestions"
|
||||
:key="`${i}-${si.label}`"
|
||||
|
Loading…
Reference in New Issue
Block a user