Skip to content

Commit

Permalink
DR-1117 Add fixme tag as code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
prjh2-nhs committed Oct 14, 2024
1 parent d5ac475 commit 4c20717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/components/organisations/add/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface IFormInput {
}

export interface AddOrganisationProps {
onCreateOrganisation: (organisationName: string, organisationType: string) => void;
onCreateOrganisation: (organisationName: string, organisationType: string) => void; // FIXME: exploratory test for new code smell
}

const AddOrganisation: React.FC<AddOrganisationProps> = ({ onCreateOrganisation }) => {
Expand Down

0 comments on commit 4c20717

Please sign in to comment.