fix: change key
This commit is contained in:
parent
b2ca591fee
commit
55a38b77a1
|
@ -51,7 +51,7 @@ export const MenuList = observer((props) => {
|
||||||
<span>Product</span>
|
<span>Product</span>
|
||||||
</Link>
|
</Link>
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
<Menu.Item key="product">
|
<Menu.Item key="transaction">
|
||||||
<Link to={'/app/transaction'}>
|
<Link to={'/app/transaction'}>
|
||||||
<HomeOutlined/>
|
<HomeOutlined/>
|
||||||
<span>Transaction</span>
|
<span>Transaction</span>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user