diff --git a/webui2/src/components/bugs/CommentBox.tsx b/webui2/src/components/bugs/CommentBox.tsx
index 8edf8a67c3c115da2800f2c3cc6bcdbc8dc039d2..d33ce023286182ba6f24168ee23bd9f6fcb01a51 100644
--- a/webui2/src/components/bugs/CommentBox.tsx
+++ b/webui2/src/components/bugs/CommentBox.tsx
@@ -124,13 +124,21 @@ export function CommentBox({ bugPrefix, bugStatus, ref_ }: CommentBoxProps) {
-
- adopt(id.id)}>
+ {
+ void adopt(id.id);
+ }}
+ >
Adopt
@@ -104,7 +110,13 @@ export function IdentitySelectPage() {
A fresh git-bug identity will be created from your OAuth profile.
- adopt(null)}>
+ {
+ void adopt(null);
+ }}
+ >
Create
diff --git a/webui2/src/pages/NewBugPage.tsx b/webui2/src/pages/NewBugPage.tsx
index 19e0ce2f9e38560a631ef1cd5cc1e5455634bc2b..3e880b8c0adaaaf1661437a960d9102475a36c58 100644
--- a/webui2/src/pages/NewBugPage.tsx
+++ b/webui2/src/pages/NewBugPage.tsx
@@ -45,7 +45,12 @@ export function NewBugPage() {
New issue
-