Skip to content

Commit 127776a

Browse files
committed
fixed bug
1 parent d671d42 commit 127776a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/StateRoute.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ const StateRoute = (props: StateRouteProps) => {
139139
<NavLink
140140
className="router-link"
141141
activeClassName="is-active"
142+
exact
142143
to="/"
143144
>
144145
Performance
@@ -156,7 +157,6 @@ const StateRoute = (props: StateRouteProps) => {
156157
<NavLink
157158
className="router-link"
158159
activeClassName="is-active"
159-
exact
160160
to="/tree"
161161
>
162162
Tree

0 commit comments

Comments
 (0)