diff --git a/src/components/DistributedData/index.js b/src/components/DistributedData/index.js index 14d8c55..31e81db 100644 --- a/src/components/DistributedData/index.js +++ b/src/components/DistributedData/index.js @@ -2,7 +2,7 @@ import React from "react"; const DistributedData = ({ items }) => { return ( -
+
{items.map((row, index) => (