Refactor: Minor code refactoring in accordance with Vue.js best practices (#368)
This commit is contained in:
committed by
Pranav Raj S
parent
17587d8a0c
commit
87fb1adab1
@@ -2,10 +2,10 @@
|
||||
<div class="conversations-sidebar medium-4 columns">
|
||||
<div class="chat-list__top">
|
||||
<h1 class="page-title">
|
||||
<woot-sidemenu-icon></woot-sidemenu-icon>
|
||||
<woot-sidemenu-icon />
|
||||
{{ getInboxName }}
|
||||
</h1>
|
||||
<chat-filter @statusFilterChange="getDataForStatusTab"></chat-filter>
|
||||
<chat-filter @statusFilterChange="getDataForStatusTab" />
|
||||
</div>
|
||||
|
||||
<chat-type-tabs
|
||||
@@ -13,9 +13,8 @@
|
||||
:active-tab-index="activeAssigneeTab"
|
||||
class="tab--chat-type"
|
||||
@chatTabChange="getDataForTab"
|
||||
>
|
||||
</chat-type-tabs>
|
||||
|
||||
/>
|
||||
|
||||
<p
|
||||
v-if="!chatListLoading && !getChatsForTab(activeStatus).length"
|
||||
class="content-box"
|
||||
|
||||
Reference in New Issue
Block a user