getting to payment screen. Bug fixes and formatting changes for item detail
This commit is contained in:
@@ -19,7 +19,6 @@ interface ItemFormData {
|
||||
pricePerHour?: number | string;
|
||||
pricePerDay?: number | string;
|
||||
replacementCost: number | string;
|
||||
location: string;
|
||||
address1: string;
|
||||
address2: string;
|
||||
city: string;
|
||||
@@ -57,7 +56,6 @@ const CreateItem: React.FC = () => {
|
||||
inPlaceUseAvailable: false,
|
||||
pricePerDay: "",
|
||||
replacementCost: "",
|
||||
location: "",
|
||||
address1: "",
|
||||
address2: "",
|
||||
city: "",
|
||||
|
||||
Reference in New Issue
Block a user