Refactor and fixed bug
This commit is contained in:
@@ -3,7 +3,7 @@ import { env } from "@/env/server"
|
||||
import { BookingWidgetSkeleton } from "@/components/BookingWidget/Client"
|
||||
|
||||
export default function LoadingBookingWidget() {
|
||||
if (env.HIDE_FOR_NEXT_RELEASE) {
|
||||
if (!env.ENABLE_BOOKING_FLOW) {
|
||||
return null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user