diff --git a/src/components/Tool/Appeal/InitialPage/Appeals.tsx b/src/components/Tool/Appeal/InitialPage/Appeals.tsx index 986e1191f..f28e82482 100644 --- a/src/components/Tool/Appeal/InitialPage/Appeals.tsx +++ b/src/components/Tool/Appeal/InitialPage/Appeals.tsx @@ -92,13 +92,11 @@ const Appeals: React.FC = ({ accountListId }) => { ))} ) : data?.regularAppeals.nodes.length ? ( - <> - {data.regularAppeals.nodes.map((appeal) => ( - - - - ))} - + data.regularAppeals.nodes.map((appeal) => ( + + + + )) ) : ( )}