Fix pediatricianPhone reference
This commit is contained in:
parent
a95f55967d
commit
e0fdd432d3
1 changed files with 0 additions and 7 deletions
|
|
@ -162,13 +162,6 @@ export default function SettingsPage() {
|
|||
placeholder="Family name"
|
||||
className="w-full p-2 border rounded-lg text-sm"
|
||||
/>
|
||||
<input
|
||||
type="tel"
|
||||
value={pediatricianPhone}
|
||||
onChange={(e) => setPediatricianPhone(e.target.value)}
|
||||
placeholder="Pediatrician phone"
|
||||
className="w-full p-2 border rounded-lg text-sm"
|
||||
/>
|
||||
<div className="flex items-center justify-between">
|
||||
<span className="text-sm text-gray-500">Plan: {tier}</span>
|
||||
{tier === "free" && (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue