fix: pagination and some logic
This commit is contained in:
@@ -76,9 +76,7 @@ export const Product = observer(() => {
|
||||
tab={item.name}
|
||||
key={item.id}
|
||||
>
|
||||
<ProductComponent
|
||||
data={store.product.data}
|
||||
/>
|
||||
<ProductComponent/>
|
||||
</TabPane>
|
||||
))}
|
||||
</Tabs>
|
||||
|
||||
Reference in New Issue
Block a user