history orders image food
This commit is contained in:
@@ -42,7 +42,7 @@ function PerformantTabRenderer({ children, rowHeight = 100, ...rest }: Props) {
|
||||
<ul
|
||||
{...rest}
|
||||
style={{
|
||||
height: (rowHeight * (children.length - 1)),
|
||||
height: (rowHeight * children.length),
|
||||
paddingTop: 16,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user