2
0
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:
18alantom 2023-09-12 12:03:14 +05:30
parent 140b2ce5be
commit e6a68d98b5

View File

@ -41,7 +41,10 @@
<hr v-if="suggestions.length" /> <hr v-if="suggestions.length" />
<!-- Search List --> <!-- 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 <div
v-for="(si, i) in suggestions" v-for="(si, i) in suggestions"
:key="`${i}-${si.label}`" :key="`${i}-${si.label}`"