Skip to content

Commit 7f2be01

Browse files
committed
fix(tourism): build failure issue
1 parent d1b84cf commit 7f2be01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/tourismV1.1/pages/checkout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const currencyMap = {
4646

4747
const CheckoutPage = () => {
4848
const cartItems = useSelector((state: ICartRootState) => state.cart.items)
49-
const tourismName = cartItems?.[0]?.categories?.[0]?.name || ''
49+
const tourismName = cartItems?.[0]?.categories?.[0]?.name
5050

5151
const toast = useToast()
5252

0 commit comments

Comments
 (0)