Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jtquach1 committed Feb 2, 2024
1 parent b4cb7ba commit d67d0ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
24 changes: 0 additions & 24 deletions frontend/src/views/DoctorOrders/OrderCard/PickedUpButton.tsx
Original file line number Diff line number Diff line change
@@ -1,30 +1,6 @@
import Button from '@mui/material/Button';
import axios from 'axios';

// interface DoctorOrder {
// caseNumber?: string;
// patientName?: string;
// patientDOB?: string;
// doctorName?: string;
// doctorContact?: string;
// doctorID?: string;
// doctorEmail?: string;
// drugNames?: string;
// drugPrice?: number;
// quanitities?: string;
// total?: number;
// pickupDate?: string;
// dispenseStatus?: string;
// metRequirements: {
// stakeholderId: string,
// completed: boolean,
// metRequirementId: string,
// requirementName: string,
// requirementDescription: string,
// _id: string
// }[]
// }

const PickedUpButton = (props: any) => {
//verify the order
const verifyOrder = () => {
Expand Down
24 changes: 0 additions & 24 deletions frontend/src/views/DoctorOrders/OrderCard/VerifyButton.tsx
Original file line number Diff line number Diff line change
@@ -1,30 +1,6 @@
import Button from '@mui/material/Button';
import axios from 'axios';

// interface DoctorOrder {
// caseNumber?: string;
// patientName?: string;
// patientDOB?: string;
// doctorName?: string;
// doctorContact?: string;
// doctorID?: string;
// doctorEmail?: string;
// drugNames?: string;
// drugPrice?: number;
// quanitities?: string;
// total?: number;
// pickupDate?: string;
// dispenseStatus?: string;
// metRequirements: {
// stakeholderId: string,
// completed: boolean,
// metRequirementId: string,
// requirementName: string,
// requirementDescription: string,
// _id: string
// }[]
// }

const VerifyButton = (props: any) => {
//verify the order
const verifyOrder = () => {
Expand Down

0 comments on commit d67d0ca

Please sign in to comment.