Skip to content

Commit

Permalink
Update PropertyFilters.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Jun 13, 2024
1 parent a5e0224 commit 133dac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/PropertyFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ const PropertyFilters = ({ properties }: Props) => {
)}
</select>
<TextInput
className="input input-md sm:input-lg sm:text-[16px] flex"
name="PropertySize"
placeholder="Property Size"
value={filter.propertySize}
Expand All @@ -140,6 +139,7 @@ const PropertyFilters = ({ properties }: Props) => {
propertySize: ev.value,
})
}
className="input input-md sm:input-lg sm:text-[16px] flex"
/>
<AddressInput
className="input input-md sm:input-lg sm:text-[16px] flex flex-grow"
Expand Down

0 comments on commit 133dac7

Please sign in to comment.