We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0023b1 commit 044c71cCopy full SHA for 044c71c
1 file changed
OculusDB/frontend/src/Components/SearchPage/SearchPage.tsx
@@ -252,8 +252,8 @@ let SearchPage = ( props: SearchPageProps ) => {
252
253
if(selectedOffer.strikethroughPrice){
254
app.priceOffer = true;
255
- app.offerPriceFormatted = selectedOffer.price.priceFormatted;
256
- app.priceFormatted = selectedOffer.strikethroughPrice.priceFormatted;
+ app.offerPriceFormatted = selectedOffer.strikethroughPrice.priceFormatted;
+ app.priceFormatted = selectedOffer.price.priceFormatted;
257
app.rawPrice = selectedOffer.strikethroughPrice.price;
258
}
259
0 commit comments