If it is structured like the sandbox from yesterday then take a look again on my sandbox.
codesandbox.io/s/7ml4qxm3v0
I changed how the components are rendered so now the router passes props down to its components.
Login Page is with passed down props, Welcome uses the HOC.
This is all react-router specific