import React from 'react'; import { durationFromMsFormatted } from 'App/date'; import { Tooltip } from 'antd'; import { useTranslation } from 'react-i18next'; function UxtEvent({ event }: any) { const { t } = useTranslation(); return (