fix(SW-190): removed console.log
This commit is contained in:
@@ -190,8 +190,6 @@ export const loyaltyPageQueryRouter = router({
|
|||||||
})
|
})
|
||||||
: null
|
: null
|
||||||
|
|
||||||
console.log({ HERO_IMAGE: response.data.loyalty_page.hero_image })
|
|
||||||
|
|
||||||
const loyaltyPage: LoyaltyPage = {
|
const loyaltyPage: LoyaltyPage = {
|
||||||
heading: response.data.loyalty_page.heading,
|
heading: response.data.loyalty_page.heading,
|
||||||
preamble: response.data.loyalty_page.preamble,
|
preamble: response.data.loyalty_page.preamble,
|
||||||
|
|||||||
Reference in New Issue
Block a user