Fix homepage link
This commit is contained in:
parent
bd0593b1f6
commit
c17442ae95
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ const HomeSection = () => {
|
|||
onProductsOutOfStockClick={() =>
|
||||
navigate(
|
||||
productListUrl({
|
||||
status: StockAvailability.OUT_OF_STOCK
|
||||
stockStatus: StockAvailability.OUT_OF_STOCK
|
||||
})
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue