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