history orders image food

This commit is contained in:
hamid zarghami
2025-12-06 12:24:16 +03:30
parent b46df18025
commit eb9ecfa760
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -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,
}}
>