diff --git a/agent/uis/stockbroker/stock-price/index.tsx b/agent/uis/stockbroker/stock-price/index.tsx index b32b73c..f4caae8 100644 --- a/agent/uis/stockbroker/stock-price/index.tsx +++ b/agent/uis/stockbroker/stock-price/index.tsx @@ -81,7 +81,6 @@ function getPropsForDisplayRange( return []; } } -// TODO: UPDATE TO SUPPORT ONE DAY AND THIRTY DAY PRICES AS DIFFERENT PROPS export default function StockPrice(props: { ticker: string; oneDayPrices: Price[];