Skip to content

Commit 86c8e9f

Browse files
committed
fixed map tab border raidus when not selected
1 parent 86cb9f5 commit 86c8e9f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/app/components/StateRoute/AxMap/AxMap.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ const AxContainer = (props: AxContainer) => {
3737
};
3838

3939
export default AxContainer;
40+
41+

src/app/components/StateRoute/StateRoute.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const StateRoute = (props: StateRouteProps) => {
6969
<NavLink
7070
to='/'
7171
className={(navData) =>
72-
navData.isActive ? 'is-active router-link map-tab map-tab1' : 'router-link map-tab'
72+
navData.isActive ? 'is-active router-link map-tab map-tab1' : 'router-link map-tab map-tab1'
7373
}
7474
end
7575
>

0 commit comments

Comments
 (0)