Skip to content

Commit

Permalink
fix ResultList
Browse files Browse the repository at this point in the history
  • Loading branch information
konavivekramakrishna committed Oct 8, 2023
1 parent 1429b1c commit 905780e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/ExternalResult/ResultList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ export default function ResultList() {
<div className="w-full max-w-sm">
<PhoneNumberFormField
name="mobile_number"
key={`mobile_number_${phone_number}`}
labelClassName="hidden"
value={phone_number}
onChange={(e) => setPhoneNum(e.value)}
Expand Down

0 comments on commit 905780e

Please sign in to comment.