refactor(call_page): streamline call status message rendering for improved readability

This commit is contained in:
2026-01-07 19:46:10 -06:00
parent 192ac21fb0
commit 069865d444

View File

@@ -218,9 +218,7 @@
class="animate-pulse"
>Ringing...</span
>
<span v-else-if="activeCall && activeCall.status === 5">
{{ $t("call.establishing_link") }}
</span>
<span v-else-if="activeCall && activeCall.status === 5">{{ $t("call.establishing_link") }}</span>
<span
v-else-if="activeCall && activeCall.status === 6"
class="text-green-500 flex items-center gap-2"