diff --git a/frontend/src/pages/HistoricalCalendarPrices.tsx b/frontend/src/pages/HistoricalCalendarPrices.tsx index d30ae36..995acbf 100644 --- a/frontend/src/pages/HistoricalCalendarPrices.tsx +++ b/frontend/src/pages/HistoricalCalendarPrices.tsx @@ -207,7 +207,7 @@ export function HistoricalCalendarPrices() { {underlying.value !== null && - similarCalendarPriceChartData.value.length > 0 ? ( + calendarExitPriceChartData.value.length > 0 ? (