We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cb9f5 commit 86c8e9fCopy full SHA for 86c8e9f
src/app/components/StateRoute/AxMap/AxMap.tsx
@@ -37,3 +37,5 @@ const AxContainer = (props: AxContainer) => {
37
};
38
39
export default AxContainer;
40
+
41
src/app/components/StateRoute/StateRoute.tsx
@@ -69,7 +69,7 @@ const StateRoute = (props: StateRouteProps) => {
69
<NavLink
70
to='/'
71
className={(navData) =>
72
- navData.isActive ? 'is-active router-link map-tab map-tab1' : 'router-link map-tab'
+ navData.isActive ? 'is-active router-link map-tab map-tab1' : 'router-link map-tab map-tab1'
73
}
74
end
75
>
0 commit comments