1 parent 232b516 commit b45fa86Copy full SHA for b45fa86
1 file changed
web/pages/search-messages/index.vue
@@ -189,13 +189,13 @@
189
<v-icon small color="error">{{ mdiCallMissed }}</v-icon>
190
missed call
191
</span>
192
- <span v-if="props.item.type === 'mobile-terminated'">
+ <span v-if="props.item.type === 'mobile-originated'">
193
<v-icon small>{{ mdiCallReceived }}</v-icon>
194
- outbound
+ inbound
195
196
- <span v-if="props.item.type === 'mobile-originated'">
+ <span v-if="props.item.type === 'mobile-terminated'">
197
<v-icon small color="secondary">{{ mdiCallMade }}</v-icon>
198
- inbound
+ outbound
199
200
</template>
201
<template #[`item.status`]="props">
0 commit comments