Skip to content

Commit

Permalink
fix(list): 不在 ListHeader style 中设置 top
Browse files Browse the repository at this point in the history
  • Loading branch information
cncolder committed May 14, 2020
1 parent 79e1387 commit 3e03659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ListHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const ListHeader: React.FC<ListHeaderProps> = props => {
thumb,
iconInfo,
sticky = false,
top = 0,
top,
} = props

return (
Expand Down

0 comments on commit 3e03659

Please sign in to comment.