fix(nc-gui): review changes

This commit is contained in:
Ramesh Mane
2025-07-04 07:40:30 +00:00
parent d21bc7a4d0
commit 3e70663962
5 changed files with 8 additions and 8 deletions

View File

@@ -531,7 +531,7 @@ onMounted(() => {
<div class="rounded-xl border-1 border-purple-100">
<div
v-for="(_row, idx) of ncArrayFrom(7)"
v-for="idx in 7"
:key="idx"
class="px-3 py-2 flex items-center gap-2 border-b-1 border-purple-100 !last-of-type:border-b-0"
>