Skip to content

Commit

Permalink
required'nt'nt
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Aug 1, 2024
1 parent 5691f15 commit ed67795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/JoinForm/JoinForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const JoinForm = () => {
<div className={styles.block}>
<h3>Address Info</h3>
<input type="text" name="street_address" placeholder="Street Address" required />
<input type="text" name="apartment" placeholder="Unit #" />
<input type="text" name="apartment" placeholder="Unit #" required />
<input type="text" name="city" placeholder="City" required />
<Select name="state" placeholder="State" options={options} defaultValue={options[0]} className={styles.drop} required />
<input type="number" name="zip" placeholder="Zip Code" required />
Expand Down

0 comments on commit ed67795

Please sign in to comment.