File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
reactjsfoundations.com/src Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ function Reports() {
15
15
16
16
return (
17
17
< >
18
- { /* <div>
19
- <h2>Reports</h2>
18
+ < div >
19
+ < h2 > Reports</ h2 >
20
20
< ul >
21
21
< li >
22
22
< Link to = { `${ url } /profitloss` } > Profit and Loss</ Link >
@@ -37,7 +37,7 @@ function Reports() {
37
37
< Report />
38
38
</ Route >
39
39
</ Switch >
40
- </div> */ }
40
+ </ div > { ' ' }
41
41
< SyntaxHighlighter language = "javascript" style = { github } >
42
42
{ `import {
43
43
BrowserRouter as Router,
Original file line number Diff line number Diff line change @@ -3269,7 +3269,7 @@ export default Route;
3269
3269
3270
3270
< Chapter12 . ViewLocation />
3271
3271
</ Route >
3272
- { /* <Route path="/listing1216">
3272
+ < Route path = "/listing1216" >
3273
3273
< Helmet >
3274
3274
< title >
3275
3275
ReactJS Foundations: Dynamic Links and Routes in nested Routes
@@ -3279,7 +3279,7 @@ export default Route;
3279
3279
< PrevNext prev = "/listing1215" next = "/listing1301" />
3280
3280
3281
3281
< Chapter12 . NestedRoutes />
3282
- </Route> */ }
3282
+ </ Route >
3283
3283
< Route path = "/listing1301" >
3284
3284
< Helmet >
3285
3285
< title > ReactJS Foundations: An ErrorBoundary component</ title >
You can’t perform that action at this time.
0 commit comments