restructuring for rental requests. started double blind reviews

This commit is contained in:
jackiettran
2025-08-22 20:18:22 -04:00
parent 022c0b9c06
commit 5d85f77a19
15 changed files with 1305 additions and 1403 deletions

View File

@@ -312,7 +312,7 @@ const RentItem: React.FC = () => {
name="cardName"
value={formData.cardName}
onChange={handleChange}
placeholder="John Doe"
placeholder=""
required
/>
</div>