Skip to content

Simplify main view

Jared Pereira requested to merge simplifyMainView into master

Refactor Merge Request

Description of Refactor

Small fixes to remove some of the prop loading in MainView and to handle it in the components it renders themselves. It's nice to keep our entry point as simple as possible and move the logic downstream.


Merge request reports