chore: Clean up

This commit is contained in:
iamsivin
2024-11-12 22:02:26 +05:30
parent 42a9e8dc82
commit 909755c340
7 changed files with 54 additions and 17 deletions
@@ -87,7 +87,7 @@ useKeyboardEvents(keyboardEvents);
>
<Spinner />
</div>
<div v-else>
<div v-else-if="notes.length > 0">
<div
v-for="note in notes"
:key="note.id"
@@ -128,5 +128,8 @@ useKeyboardEvents(keyboardEvents);
/>
</div>
</div>
<p v-else class="px-6 py-6 text-sm leading-6 text-center text-n-slate-11">
{{ t('CONTACTS_LAYOUT.SIDEBAR.NOTES.EMPTY_STATE') }}
</p>
</div>
</template>