Skip to content

Commit b45fa86

Browse files
committed
Fix labels
1 parent 232b516 commit b45fa86

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

web/pages/search-messages/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,13 @@
189189
<v-icon small color="error">{{ mdiCallMissed }}</v-icon>
190190
missed call
191191
</span>
192-
<span v-if="props.item.type === 'mobile-terminated'">
192+
<span v-if="props.item.type === 'mobile-originated'">
193193
<v-icon small>{{ mdiCallReceived }}</v-icon>
194-
outbound
194+
inbound
195195
</span>
196-
<span v-if="props.item.type === 'mobile-originated'">
196+
<span v-if="props.item.type === 'mobile-terminated'">
197197
<v-icon small color="secondary">{{ mdiCallMade }}</v-icon>
198-
inbound
198+
outbound
199199
</span>
200200
</template>
201201
<template #[`item.status`]="props">

0 commit comments

Comments
 (0)