From 098d954d06ce34e1d00ebfa691382093f2d6710a Mon Sep 17 00:00:00 2001 From: bracesproul Date: Thu, 6 Mar 2025 11:36:34 -0800 Subject: [PATCH] cr --- agent/uis/stockbroker/stock-price/index.tsx | 1 - 1 file changed, 1 deletion(-) 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[];