Skip to content

Commit

Permalink
Remove todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RioKnightleyNHS committed Nov 20, 2023
1 parent 84cc6d8 commit 273887f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ import useRole from '../../../helpers/hooks/useRole';
import { REPOSITORY_ROLE } from '../../../types/generic/authRole';
import { LG_RECORD_STAGE } from '../../../types/blocks/lloydGeorgeStages';

/**
* TODO: REMOVE GP CLINICAL FROM COMPONENT & TESTS
*/

export type Props = {
docType: DOCUMENT_TYPE;
numberOfFiles: number;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ export type Props = {
setStage?: Dispatch<SetStateAction<LG_RECORD_STAGE>>;
};

/**
* TODO: REMOVE GP CLINICAL FROM COMPONENT & TESTS
*/

function DeletionConfirmationStage({ numberOfFiles, patientDetails, setStage }: Props) {
const navigate = useNavigate();
const nhsNumber: string = patientDetails?.nhsNumber || '';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,15 @@ import React, {
} from 'react';
import { Card } from 'nhsuk-react-components';
import { Link } from 'react-router-dom';
import { LG_RECORD_STAGE } from '../../../pages/lloydGeorgeRecordPage/LloydGeorgeRecordPage';
import { PatientDetails } from '../../../types/generic/patientDetails';
import { useBaseAPIUrl } from '../../../providers/configProvider/ConfigProvider';
import useBaseAPIHeaders from '../../../helpers/hooks/useBaseAPIHeaders';
import getPresignedUrlForZip from '../../../helpers/requests/getPresignedUrlForZip';
import { DOCUMENT_TYPE } from '../../../types/pages/UploadDocumentsPage/types';
import LgDownloadComplete from '../lloydGeorgeDownloadComplete/LloydGeorgeDownloadComplete';
import { LG_RECORD_STAGE } from '../../../types/blocks/lloydGeorgeStages';
const FakeProgress = require('fake-progress');

/**
* TODO: REMOVE GP CLINICAL FROM COMPONENT & TESTS
*
*/
export type Props = {
numberOfFiles: number;
setStage: Dispatch<SetStateAction<LG_RECORD_STAGE>>;
Expand Down

0 comments on commit 273887f

Please sign in to comment.