Skip to content

Commit

Permalink
Merge pull request #78 from mjsflames/fix/one-liner-approved-by-ta
Browse files Browse the repository at this point in the history
  • Loading branch information
isLenk authored Apr 4, 2024
2 parents 4793ea8 + 7c73894 commit 204c8f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/PresLogRX.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const LogPresPrescription = () => {
console.log("hey",user);
}, []);

function handleClick() {
function handleClick(e) {
e.preventDefault();
async function postData() {
try {
const res = await api.post("/prescription/submit-form", data);
Expand Down

0 comments on commit 204c8f4

Please sign in to comment.