diff --git a/echo/frontend/src/components/conversation/ConversationAccordion.tsx b/echo/frontend/src/components/conversation/ConversationAccordion.tsx index 26cbde90..95b0de23 100644 --- a/echo/frontend/src/components/conversation/ConversationAccordion.tsx +++ b/echo/frontend/src/components/conversation/ConversationAccordion.tsx @@ -387,6 +387,13 @@ export const ConversationStatusIndicators = ({ )} + { + // if from portal and not finished + !isUpload && conversation.is_finished === false && ( +
+ ) + } + {!!project?.is_enhanced_audio_processing_enabled && // if processing still // don't show this if both is_finished and is_audio_processing_finished are true @@ -395,7 +402,10 @@ export const ConversationStatusIndicators = ({ conversation.is_finished && conversation.is_audio_processing_finished ) && (