Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content

Minor Bug and Error Fixes (#59 and #60)

ufjxp requested to merge feat_MinorFixes#59#60 into develop

Fixed the following bugs and errors:

  • React.Fragment with an assigned testid was replaced with a div with an assigned testid
  • The srollbar of the graph was glitching when the mouse hovered over the side of the graph component so I reduced the size and centered it
  • The section wasn't using the correct prop so I replaced it
  • The TimeCheckBoxGroup had an unnecessary Typography component wrapped around it, so I removed it
  • The Graph test was failing because it was missing a Provider, so I provided it (no pun intended xD)

Merge request reports