fix(sw-350): cleanups and PR comment fixes
This commit is contained in:
@@ -41,7 +41,7 @@ export default function FormContent({
|
||||
<Caption color="red" textTransform="bold">
|
||||
{intl.formatMessage(
|
||||
{ id: "booking.nights" },
|
||||
{ totalNights: nights }
|
||||
{ totalNights: nights > 0 ? nights : 0 }
|
||||
)}
|
||||
</Caption>
|
||||
<DatePicker onToggleOpen={setIsDatePickerOpen} />
|
||||
|
||||
Reference in New Issue
Block a user