3dWidget dnd and 2d widgets backend api updated
This commit is contained in:
@@ -9,7 +9,7 @@ const ProgressCard = ({
|
||||
}) => (
|
||||
<div className="chart progressBar">
|
||||
<div className="header">{title}</div>
|
||||
{data?.stocks.map((stock, index) => (
|
||||
{data?.stocks?.map((stock, index) => (
|
||||
<div key={index} className="stock">
|
||||
<span className="stock-item">
|
||||
<span className="stockValues">
|
||||
|
||||
Reference in New Issue
Block a user