diff --git a/frontend/src/pages/HistoricalCalendarPrices.tsx b/frontend/src/pages/HistoricalCalendarPrices.tsx index d7d3580..9fa5b33 100644 --- a/frontend/src/pages/HistoricalCalendarPrices.tsx +++ b/frontend/src/pages/HistoricalCalendarPrices.tsx @@ -11,7 +11,7 @@ import { import { Scatter } from "react-chartjs-2"; import { Container, - Grid, + Grid2, Typography, Paper, Popper, @@ -63,8 +63,8 @@ export function HistoricalCalendarPrices() { return ( - - + + : @@ -93,8 +93,8 @@ export function HistoricalCalendarPrices() { - - + + {underlying.value !== null && stockPriceChartData.value.length > 0 ? ( @@ -158,8 +158,8 @@ export function HistoricalCalendarPrices() { Loading Chart... )} - - + + {underlying.value !== null && similarCalendarPriceChartData.value.length > 0 ? ( @@ -219,8 +219,8 @@ export function HistoricalCalendarPrices() { Loading Chart... )} - - + + {underlying.value !== null && similarCalendarPriceChartData.value.length > 0 ? ( @@ -293,8 +293,8 @@ export function HistoricalCalendarPrices() { Loading Chart... )} - - + + ); }