Skip to content

Commit

Permalink
fix: type in error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
9sneha-n committed Feb 17, 2025
1 parent 79bf65c commit cabae9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const useTreatmentIndicationLink = (
([treatment, indications]) => {
if (indications.length > 5) {
snackbar.error(
`The treatment : ${treatment} can only be linked to a maximum of 5 indications : `
`The treatment : ${treatment} can only be linked to a maximum of 5 indications`
);
return true;
}
Expand Down

0 comments on commit cabae9c

Please sign in to comment.