Skip to content

Commit 34876b5

Browse files
committed
fix
1 parent 592d2b3 commit 34876b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/tabs/TabBar.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ const TabBar = {
3838
nextIcon,
3939
},
4040
style: tabBarStyle,
41-
on: {
42-
...context.listeners,
43-
},
41+
on: context.listeners,
4442
}
4543

4644
let RenderTabBar

0 commit comments

Comments
 (0)