Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Nov 25, 2023
1 parent 1d3e348 commit 21d33ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Users/UserFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function UserFilter(props: any) {
errors={""}
/>
</div>
<div className="mb-[-16px]">
<div className="-mb-4">
<PhoneNumberFormField
label="Phone Number"
name="phone_number"
Expand All @@ -144,7 +144,7 @@ export default function UserFilter(props: any) {
types={["mobile", "landline"]}
/>
</div>
<div className="mb-[-16px]">
<div className="-mb-4">
<PhoneNumberFormField
label="Whatsapp Number"
name="alt_phone_number"
Expand Down

0 comments on commit 21d33ab

Please sign in to comment.