Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
eoverly committed Nov 5, 2024
1 parent 015fdcf commit b5c2363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/txt-generator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const TxtGenerator = () => {
message: "Not a valid point-of-contact email",
}
}

if (
state.hospitals.some((hospital) => !!hospital.mrfUrl) &&
state.hospitals.some((hospital) => !hospital.mrfUrl.match(urlRegex))
Expand Down

0 comments on commit b5c2363

Please sign in to comment.