File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -139,12 +139,13 @@ const StateRoute = (props: StateRouteProps) => {
139
139
< NavLink
140
140
className = "router-link"
141
141
activeClassName = "is-active"
142
- exact
143
- to = "/"
142
+ exact to = "/"
144
143
>
145
144
Performance
146
145
</ NavLink >
147
- < NavLink className = "router-link" activeClassName = "is-active" to = "/map" >
146
+ < NavLink className = "router-link"
147
+ activeClassName = "is-active"
148
+ to = "/map" >
148
149
Map
149
150
</ NavLink >
150
151
< NavLink
@@ -177,8 +178,8 @@ const StateRoute = (props: StateRouteProps) => {
177
178
< Route path = "/map" render = { renderComponentMap } />
178
179
< Route path = "/history" render = { renderHistory } />
179
180
< Route path = "/relationship" render = { renderAtomsRelationship } />
180
- < Route path = "/" render = { renderPerfView } />
181
181
< Route path = "/tree" render = { renderTree } />
182
+ < Route path = "/" render = { renderPerfView } />
182
183
</ Switch >
183
184
</ Router >
184
185
) ;
You can’t perform that action at this time.
0 commit comments