const normalizedValue = computed(() => {
  if (!isHotel) return props.value;
  return props.value;
});
By Anonymous, 2026-02-25 23:05:54