Skip to content

Commit

Permalink
feat: user facing errors
Browse files Browse the repository at this point in the history
lint errors
  • Loading branch information
deborahgu committed Jan 9, 2025
1 parent 03311c5 commit 48cb13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProgramRecord/ProgramRecordActions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function ProgramRecordActions({
})
.catch((error) => {
logError(error);
setShowCreateLinkAlert(true)
setShowCreateLinkAlert(true);

Check warning on line 108 in src/components/ProgramRecord/ProgramRecordActions.jsx

View check run for this annotation

Codecov / codecov/patch

src/components/ProgramRecord/ProgramRecordActions.jsx#L108

Added line #L108 was not covered by tests
});
handleCopyEvent();
};
Expand Down

0 comments on commit 48cb13c

Please sign in to comment.