Не совсем понимаю,
в чем дело, пробовал разные варианты, не помогает, последний:
{data.clients.map((value, index) => { // 68 line
return (
<Table.Cell key={index}>{value}</Table.Cell>
);
})}
Ошибка: ./src/lien-page-future-owners.jsx
Line 68: Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>` arrow-body-style