Skip to content

Commit

Permalink
Rm extra return
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Dec 3, 2024
1 parent 50f50fb commit 129070f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/view/com/pager/TabBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export function TabBar({
) {
const offset = progressToOffset(nextProgress)
scrollTo(scrollElRef, offset, 0, false)
return
}
},
)
Expand Down

0 comments on commit 129070f

Please sign in to comment.