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)