Skip to content

Commit

Permalink
Remove mock labs data from ReceiveSpecimen component
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-learner committed Dec 8, 2024
1 parent 300de49 commit 6c0fecd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/LabTest/ReceiveSpecimen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ import {
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";

// Mock Labs Data
const labs = [
{ id: "lab-001", name: "Central Lab" },
{ id: "lab-002", name: "Northside Lab" },
{ id: "lab-003", name: "Southside Lab" },
{ id: "lab-004", name: "Eastside Lab" },
{ id: "lab-005", name: "Westside Lab" },
];

export const ReceiveSpecimen: React.FC = () => {
return (
<div className="mx-auto max-w-5xl flex flex-col gap-5">
Expand Down

0 comments on commit 6c0fecd

Please sign in to comment.