Skip to content

Commit

Permalink
Update client/src/components/Utilities/GetCoordinates/GetCoordinates.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Kori Kuzma <[email protected]>
  • Loading branch information
katiestahl and korikuzma authored Sep 5, 2024
1 parent 541ff57 commit aaa4596
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const GetCoordinates: React.FC = () => {
warning == "Must find exactly one row for genomic data, but found: 0"
) {
setResponseWarnings([
"Unable to resolve coordinates lookup given provided parameters. Double check that the coordinates entered are valid for the selected Transcript.",
"Unable to resolve coordinates lookup given provided parameters. Double check that the coordinates entered are valid for the selected transcript.",
]);
} else if (warning.startsWith("Exon ")) {
const exonPattern = /Exon (\d*) does not exist on (.*)/;
Expand Down

0 comments on commit aaa4596

Please sign in to comment.