feat(frontend): apply itinerary UI and docs refinements
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
name: '',
|
||||
type: '',
|
||||
description: null,
|
||||
rating: null,
|
||||
link: null,
|
||||
check_in: null,
|
||||
check_out: null,
|
||||
@@ -84,7 +83,6 @@
|
||||
name: lodgingToEdit.name || '',
|
||||
type: lodgingToEdit.type || '',
|
||||
description: lodgingToEdit.description || null,
|
||||
rating: lodgingToEdit.rating || null,
|
||||
link: lodgingToEdit.link || null,
|
||||
check_in: lodgingToEdit.check_in || null,
|
||||
check_out: lodgingToEdit.check_out || null,
|
||||
|
||||
Reference in New Issue
Block a user