chore: clean up

This commit is contained in:
iamsivin
2024-03-15 09:19:45 +05:30
parent eb919456f2
commit 9848b43b57
@@ -1,5 +1,5 @@
<template>
<div class="h-full w-full md:w-[calc(100%-360px)]">
<div class="h-full flex-1 min-w-0">
<div v-if="showEmptyState" class="flex w-full h-full">
<inbox-empty-state
:empty-state-message="$t('INBOX.LIST.NO_MESSAGES_AVAILABLE')"