Stop passing around studio id and user info for getting studio data
Insteaad of passing in the studio id and user data into the component just to have it used for fetching data, get that data directly from the redux store from within the thunk. This simplifies the components and lets them be concerned more with what they render.
Showing
Please register or sign in to comment