Revert: Add subject back to conversation sidebar as old conversations will not have subject in message meta, so the sidebar subject needs to be shown for now.

This commit is contained in:
Abhinav Raut
2025-05-17 21:54:39 +05:30
parent 5bc065469d
commit cd0ff1b67d
@@ -1,9 +1,8 @@
<template>
<div class="space-y-4">
<!-- Hide subject for email channel as each message shows the envelope -->
<div
class="flex flex-col"
v-if="conversation.subject && conversation.inbox_channel !== 'email'"
v-if="conversation.subject"
>
<p class="font-medium">{{ $t('form.field.subject') }}</p>
<Skeleton v-if="conversationStore.conversation.loading" class="w-32 h-4" />