Remove TODO comments

Sascha created

Change summary

webui/src/pages/bug/Message.tsx | 2 --
1 file changed, 2 deletions(-)

Detailed changes

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;