diff --git a/components/cardbody.tsx b/components/cardbody.tsx index efa19a3..30ed021 100644 --- a/components/cardbody.tsx +++ b/components/cardbody.tsx @@ -10,8 +10,8 @@ export default function CardBody(props: CardBodyProps) { const { filteredData } = props; if (filteredData) { return ( -
-
+
+
{ use(filteredData).map((item, index) => ( @@ -22,8 +22,8 @@ export default function CardBody(props: CardBodyProps) { ) } else { return ( -
-
+
+