Skip to content

Commit

Permalink
Merge pull request #1495 from NYPL/prod-build
Browse files Browse the repository at this point in the history
removed finally
  • Loading branch information
gonuguntla authored Jan 9, 2025
2 parents ec29159 + e45d03e commit 0963d33
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,7 @@ export default function TeacherSetDetails(props) {
.catch(function (error) {
setDisabledButton(false);
console.log(error);
}).finally(() => {
setDisabledButton(false);
});
})
};

const adobeAnalyticsForOrder = () => {
Expand Down

0 comments on commit 0963d33

Please sign in to comment.