getting to payment screen. Bug fixes and formatting changes for item detail

This commit is contained in:
jackiettran
2025-08-21 16:44:05 -04:00
parent b624841350
commit 022c0b9c06
10 changed files with 859 additions and 815 deletions

View File

@@ -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: "",