File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const handleAuthentication = ({location}) => {
1616
1717export const makeMainRoutes = ( ) => {
1818 return (
19- < Router history = { history } component = { App } >
19+ < Router history = { history } >
2020 < div >
2121 < Route path = "/" render = { ( props ) => < App auth = { auth } { ...props } /> } />
2222 < Route path = "/home" render = { ( props ) => < Home auth = { auth } { ...props } /> } />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const handleAuthentication = ({location}) => {
1717
1818export const makeMainRoutes = ( ) => {
1919 return (
20- < Router history = { history } component = { App } >
20+ < Router history = { history } >
2121 < div >
2222 < Route path = "/" render = { ( props ) => < App auth = { auth } { ...props } /> } />
2323 < Route path = "/home" render = { ( props ) => < Home auth = { auth } { ...props } /> } />
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const handleAuthentication = ({location}) => {
1818
1919export const makeMainRoutes = ( ) => {
2020 return (
21- < Router history = { history } component = { App } >
21+ < Router history = { history } >
2222 < div >
2323 < Route path = "/" render = { ( props ) => < App auth = { auth } { ...props } /> } />
2424 < Route path = "/home" render = { ( props ) => < Home auth = { auth } { ...props } /> } />
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const handleAuthentication = ({location}) => {
1919
2020export const makeMainRoutes = ( ) => {
2121 return (
22- < Router history = { history } component = { App } >
22+ < Router history = { history } >
2323 < div >
2424 < Route path = "/" render = { ( props ) => < App auth = { auth } { ...props } /> } />
2525 < Route path = "/home" render = { ( props ) => < Home auth = { auth } { ...props } /> } />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const handleAuthentication = ({location}) => {
1717
1818export const makeMainRoutes = ( ) => {
1919 return (
20- < Router history = { history } component = { App } >
20+ < Router history = { history } >
2121 < div >
2222 < Route path = "/" render = { props => < App auth = { auth } { ...props } /> } />
2323 < Route path = "/home" render = { props => < Home auth = { auth } { ...props } /> } />
You can’t perform that action at this time.
0 commit comments