Skip to content

Commit 044c71c

Browse files
committed
Fix search results I think
1 parent e0023b1 commit 044c71c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OculusDB/frontend/src/Components/SearchPage/SearchPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ let SearchPage = ( props: SearchPageProps ) => {
252252

253253
if(selectedOffer.strikethroughPrice){
254254
app.priceOffer = true;
255-
app.offerPriceFormatted = selectedOffer.price.priceFormatted;
256-
app.priceFormatted = selectedOffer.strikethroughPrice.priceFormatted;
255+
app.offerPriceFormatted = selectedOffer.strikethroughPrice.priceFormatted;
256+
app.priceFormatted = selectedOffer.price.priceFormatted;
257257
app.rawPrice = selectedOffer.strikethroughPrice.price;
258258
}
259259
}

0 commit comments

Comments
 (0)