diff --git a/src/widgets/action-card/ui/ActionCard.tsx b/src/widgets/action-card/ui/ActionCard.tsx index cc75d6a..9beaf8f 100644 --- a/src/widgets/action-card/ui/ActionCard.tsx +++ b/src/widgets/action-card/ui/ActionCard.tsx @@ -147,6 +147,13 @@ export default function ActionCard({ className={`w-full select-none ${!action.text && "rounded-b-md"} rounded-t-md`} /> )} + {attachmentType === "voice" && ( +
+ +
+ )} {action.text &&
{action.text}
} );