aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webui/src/pages/bug/Message.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/webui/src/pages/bug/Message.tsx b/webui/src/pages/bug/Message.tsx
index 22cce9b1..2f4cbc59 100644
--- a/webui/src/pages/bug/Message.tsx
+++ b/webui/src/pages/bug/Message.tsx
@@ -70,8 +70,6 @@ const useStyles = makeStyles((theme) => ({
},
}));
-//TODO Move this button and menu in separate component directory
-//TODO fix failing pipeline due to eslint error
type HistBtnProps = {
bugId: string;
commentId: string;