diff --git a/src/components/TokenSearchDialog.tsx b/src/components/TokenSearchDialog.tsx index 7c40b54..197dce9 100644 --- a/src/components/TokenSearchDialog.tsx +++ b/src/components/TokenSearchDialog.tsx @@ -8,7 +8,6 @@ import { } from "@/components/ui/dialog"; import { FC, useMemo, useState } from "react"; -import { ArrowRightIcon } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { Patient } from "@/types/patient"; @@ -124,14 +123,14 @@ const PatientCard: FC<{ patient: Patient }> = ({ patient }) => { return (
{ - navigate("patients/verify", { + navigate("patients/home", { query: { phone_number: patient.phone_number, year_of_birth: yearOfBirth, partial_id: patient.partial_id || patient.id.slice(0, 5), }, }); - }} + }} className="border rounded-md p-4 cursor-pointer" >