Skip to content

Commit

Permalink
Fix errors reported by eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Aug 2, 2024
1 parent b1ac9da commit c36b257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tcms/testruns/static/testruns/js/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -922,8 +922,8 @@ export function bindDeleteLinkButton () {

if (linkId) {
jsonRPC('TestExecution.remove_link', { pk: linkId }, () => {
$(row).fadeOut(500);
});
$(row).fadeOut(500)
})
}
return false
})
Expand Down

0 comments on commit c36b257

Please sign in to comment.