diff options
author | Sascha <GlancingMind@outlook.com> | 2021-03-20 11:07:36 +0100 |
---|---|---|
committer | Sascha <GlancingMind@outlook.com> | 2021-03-20 11:14:24 +0100 |
commit | c610d942fc510349302ed408fcc7b11500c2bb4c (patch) | |
tree | c8ded30e582959aa7fa9929a26bbd08e92a235e7 /webui/src/pages/bug | |
parent | 4c5a0f37f7979d29fa077c0cfcd9be936c8fc0bd (diff) | |
download | git-bug-c610d942fc510349302ed408fcc7b11500c2bb4c.tar.gz |
Remove TODO comments
Diffstat (limited to 'webui/src/pages/bug')
-rw-r--r-- | webui/src/pages/bug/Message.tsx | 2 |
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; |