aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-20 11:07:36 +0100
committerSascha <GlancingMind@outlook.com>2021-03-20 11:14:24 +0100
commitc610d942fc510349302ed408fcc7b11500c2bb4c (patch)
treec8ded30e582959aa7fa9929a26bbd08e92a235e7 /webui/src
parent4c5a0f37f7979d29fa077c0cfcd9be936c8fc0bd (diff)
downloadgit-bug-c610d942fc510349302ed408fcc7b11500c2bb4c.tar.gz
Remove TODO comments
Diffstat (limited to 'webui/src')
-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;