Skip to content

Commit

Permalink
Update stock-options-view.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mnsrulz authored Apr 9, 2024
1 parent 8de1731 commit 1b118ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/stock-options-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const StrikePriceSlider = (props: IStrikePriceSliderPorps) => {
*/

return <Stack spacing={2} direction="row" sx={{ mb: 1 }} alignItems="center">
<span>Strike Price Range: {strikePriceRange[0]} - {strikePriceRange[1]}</span>
<div>Strike Price Range: {strikePriceRange[0]} - {strikePriceRange[1]}</div>

<Slider
getAriaLabel={() => 'Temperature range'}
Expand Down Expand Up @@ -218,4 +218,4 @@ export const StockOptionsView = (props: ITickerProps) => {
sx={{ display: 'grid' }}
getRowId={(r) => `${r.symbol} - ${r.name}`} /> */}
</Paper>
}
}

0 comments on commit 1b118ac

Please sign in to comment.