File tree Expand file tree Collapse file tree
src/routes/(info)/lttstore/products/[handle] Expand file tree Collapse file tree Original file line number Diff line number Diff line change 645645 <option value =" all" >all-time</option >
646646 </select >{#key data }
647647 <ProductStockHistoryGraph stockHistory ={data .stockHistory } productName ={productInfo .title } productOptions ={productInfo .options } {chartUpdateNumber }/>
648- <LazyLoad >
649- <ProductMoveRateGraph stockHistory ={data .stockHistory } productName ={productInfo .title } {chartUpdateNumber }/>
650- </LazyLoad >
648+ <div class =" min-h-[710px]" >
649+ <LazyLoad >
650+ <ProductMoveRateGraph stockHistory ={data .stockHistory } productName ={productInfo .title } {chartUpdateNumber }/>
651+ </LazyLoad >
652+ </div >
651653 {/ key }<br >
652654 {#if data .product .firstSeen < 1719248750000 }
653655 Note that stock started being recorded on June 11th, 2024, so data before that is not available.
You can’t perform that action at this time.
0 commit comments