Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: claiming enabled while claiming
When a user clicks "Claim" the other "Claim" buttons for the rest of the available transcripts should be disabled. That's not happening. This commit fixes this. Although the buttons were clickable the user could not claim multiple transcripts. The only side-effect was that with every click the `/api/github/{fork,newBranch}` endpoints were called, therefore creating a new "review branch" for every click.
- Loading branch information