Bug fixing PPOB

This commit is contained in:
2022-01-14 14:01:42 +07:00
parent d8df8ee4dd
commit 0a0043464e
4 changed files with 1 additions and 157 deletions

View File

@@ -134,16 +134,6 @@ export const ProductDetail = observer(() => {
</Col>
</Row>
</Col>
{/* <Col lg={12} xs={24}>
<Row justify={"center"}>
<Col lg={24} xs={12}>
<Title strong level={3} style={styleSaldoTitle}>Saldo</Title>
</Col>
<Col lg={24} xs={12}>
<Text style={styleSaldoContent}>{store.authentication.profileData?.wallet}</Text>
</Col>
</Row>
</Col> */}
</Row>
<Row>
<Col span={24}>
@@ -151,13 +141,6 @@ export const ProductDetail = observer(() => {
<Title strong level={3}>
Product Price History
</Title>
{/* <Button style={{marginBottom: '1rem'}} onClick={() => {
console.log('clicked filter')
}}>
<FilterOutlined/>
Filter
</Button> */}
<Table
columns={columns}
dataSource={store.product.dataPriceHistory}