{closedAt && (
                        <Field>
                            <Label>{t('Chat_Duration')}</Label>
                            <Info>{moment(closedAt).from(moment(ts), true)}</Info>
                        </Field>