fix: pagination and some logic

This commit is contained in:
caturbgs
2021-12-10 16:30:52 +07:00
parent ed278b61fc
commit 63413a78f8
5 changed files with 39 additions and 12976 deletions

View File

@@ -76,9 +76,7 @@ export const Product = observer(() => {
tab={item.name}
key={item.id}
>
<ProductComponent
data={store.product.data}
/>
<ProductComponent/>
</TabPane>
))}
</Tabs>