diff --git a/components/conversationList.vue b/components/conversationList.vue index 184ec15..65fabd9 100644 --- a/components/conversationList.vue +++ b/components/conversationList.vue @@ -41,7 +41,7 @@ :style="{ 'backgroundColor':index == 0 ? '#0091FF' : '#6ED400' }" - v-if="index == 0 || index == 1 && false" + v-if="(index == 0 || index == 1) && false" class="g_flex_row_center" >