diff --git a/kafka-ui-react-app/src/components/Connect/Details/Tasks/Tasks.tsx b/kafka-ui-react-app/src/components/Connect/Details/Tasks/Tasks.tsx index bb21e895380..8547f9d55a9 100644 --- a/kafka-ui-react-app/src/components/Connect/Details/Tasks/Tasks.tsx +++ b/kafka-ui-react-app/src/components/Connect/Details/Tasks/Tasks.tsx @@ -9,7 +9,7 @@ import Table, { TagCell } from 'components/common/NewTable'; import ActionsCellTasks from './ActionsCellTasks'; const ExpandedTaskRow: React.FC<{ row: Row }> = ({ row }) => { - return
{row.original.status.trace}
; + return
{row.original.status.trace}
; }; const MAX_LENGTH = 100;